Commit Graph

138 Commits

Author SHA1 Message Date
e23bf0f887 Implement lists 2023-10-01 13:13:13 -04:00
597d6bd8b8 Improve AST 2023-10-01 12:17:27 -04:00
ff60640ff8 Clean up 2023-10-01 05:04:57 -04:00
3b0b9d044e Implement addition 2023-10-01 04:20:29 -04:00
b476818ba3 Implement assignment 2023-10-01 02:43:27 -04:00
1f829d930a Change syntax 2023-09-30 22:59:15 -04:00
f596c6b581 Implement map value 2023-09-30 18:07:12 -04:00
327a2d044b Implement function value 2023-09-30 17:52:37 -04:00
d2d2ea1c57 Clean up and fix tests 2023-09-29 17:57:55 -04:00
dd939db924 Implement list 2023-09-29 16:33:46 -04:00
8bcf59f216 Rearrange tests; Add new tests 2023-09-29 12:42:37 -04:00
b308c1852f Add list support 2023-09-29 08:59:09 -04:00
3182e7c860 Add float support; Write tests 2023-09-29 08:21:38 -04:00
c9c7eb3173 Improve AST construction and errors 2023-09-29 07:17:11 -04:00
9994919127 Implement subtraction 2023-09-29 06:02:46 -04:00
8250d3cb8e Add example; Implement AST 2023-09-29 05:45:15 -04:00
4907dd9f8f Implement top-level API with docs 2023-09-29 02:53:31 -04:00
cdf79f8763 Implement closed and open statement 2023-09-29 00:16:51 -04:00
4983975e59 Improve addition implementation 2023-09-28 23:53:37 -04:00
adbd69b17c Run addition and subtration operations 2023-09-28 23:29:50 -04:00
a5c2e6c49f Write test; Add toml tooling; Fix errors 2023-09-08 05:59:44 -04:00
88c4207aeb Edit docs; Fix subtraction bug 2023-08-28 22:07:20 -04:00
18e4fef62f Improve help output 2023-08-28 20:03:13 -04:00
478ccbb529 Add help tool 2023-08-28 17:45:55 -04:00
3481551926 Run clippy --fix 2023-08-28 13:47:45 -04:00
b48974224d Write docs 2023-08-28 10:12:41 -04:00
37604cc8f0 Fix example and clean up 2023-08-25 11:08:25 -04:00
2744ecf387 Write docs; Improve Time Display 2023-08-24 00:26:37 -04:00
19249c0e50 Implement dot notation for list assignment 2023-08-23 23:07:54 -04:00
be0558353c Write docs 2023-08-23 22:39:32 -04:00
f307b436f5 Implement nested cross-type dot notation 2023-08-23 22:03:26 -04:00
39d3ca85ea Clean up project; Rename commands to tools 2023-08-23 20:21:29 -04:00
8728bf5e46 Correct tests 2023-08-23 19:00:11 -04:00
e7e8c4f9e5 Fix u tests and examples 2023-08-22 22:20:42 -04:00
5cd1629738 Add list indexing 2023-08-22 14:45:48 -04:00
e97daafdca Implement get 2023-08-22 14:26:49 -04:00
f0c759d92a Implement if 2023-08-22 13:19:57 -04:00
ef57a42eb6 Migrate repository 2023-08-22 11:40:50 -04:00