Commit graph

16 commits

Author SHA1 Message Date
Sander Hautvast
7556081aef prevent unwanted line split, and better handling of parsing errors 2021-03-02 19:21:48 +01:00
Sander Hautvast
c63e2dabb6 added tests 2021-03-02 18:04:49 +01:00
Sander Hautvast
655bfcc4a3 fixed lazy eval, so that objects that disappear when a lazy expression is first nonsense, but then fixed, reappear again 2021-03-02 17:09:08 +01:00
Sander Hautvast
41c7551b4b fixed lazy eval after variable update 2021-03-02 14:38:58 +01:00
Sander Hautvast
26d4749995 fixed bugs and added functions 2021-03-02 14:31:49 +01:00
Sander Hautvast
ea36a7c5a3 fixed bugs and made code simpler 2021-03-01 21:11:45 +01:00
Sander Hautvast
b1697412a7 implemented vector subtraction 2021-03-01 20:29:54 +01:00
Sander Hautvast
cf59d18887 fixed bug in variable resolution and simplified the code 2021-03-01 20:15:23 +01:00
Sander Hautvast
34e58b193a fixed incorrect behavior after reassignment to variable 2021-02-26 18:06:26 +01:00
Sander Hautvast
152877ac8f little refactoring 2021-02-26 17:07:46 +01:00
Sander Hautvast
bb62b8677f added vector labels 2021-02-18 22:11:09 +01:00
Sander Hautvast
fd9d1b550c updated cypress version and the test 2021-02-18 21:08:19 +01:00
Sander Hautvast
1ef889af68 fixed performance problem on resize 2021-02-18 20:38:06 +01:00
Sander Hautvast
bbbdacede0 finally got it to work: add a lazily updated vector that is automatically rerun when one of its elements is updated. 2021-02-18 18:52:46 +01:00
Sander Hautvast
da5d9c7bdc so far unsuccesful attempt to introduce laziness. checking this in and then start refactoring some stuff that's in the way 2021-02-18 17:08:53 +01:00
Sander Hautvast
b04bf181a1 Added webpack, eslint and first cypress test. Improved file structure and added imports 2021-02-15 18:11:52 +01:00