Commit Graph

111 Commits

Author SHA1 Message Date
c30216f1f7 Merge branches 2023-10-05 15:34:10 -04:00
3125302e60 Write README and example; Clean up 2023-10-05 15:27:08 -04:00
2484e29df6 Restructure and clean up 2023-10-05 13:59:49 -04:00
5c8686f16f Update README 2023-10-05 12:08:04 -04:00
0dbaadf8c6 Update README 2023-10-05 12:04:02 -04:00
e55e2962c4 Remove mistake 2023-10-05 11:40:48 -04:00
fca650229b Begin rewriting README 2023-10-05 11:39:19 -04:00
f30dfe6431 Fix errors 2023-10-05 08:42:23 -04:00
1cfa809340 Change list formatting 2023-10-05 08:20:20 -04:00
9aaa9f1e6d Fix simple value parsing 2023-10-05 08:18:33 -04:00
7fa5dd0f54 Update internal API 2023-10-05 08:03:14 -04:00
5551f40ffd Implement tables 2023-10-02 23:19:01 -04:00
a42b43ed78 Fix tests 2023-10-02 18:22:24 -04:00
a4660cbafb Improve internal API 2023-10-02 17:15:05 -04:00
41483f6b84 Implement lists 2023-10-02 15:19:48 -04:00
e23bf0f887 Implement lists 2023-10-01 13:13:13 -04:00
597d6bd8b8 Improve AST 2023-10-01 12:17:27 -04:00
e9db34be8b Implement assignment 2023-10-01 05:27:02 -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
823bb31305 Remove semicolons from language 2023-09-29 13:03:55 -04:00
8bcf59f216 Rearrange tests; Add new tests 2023-09-29 12:42:37 -04:00
ad429b3563 Add equality operator 2023-09-29 09:17:21 -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
5877884877 Fix test 2023-09-29 07:57:17 -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
91745af149 Implement control flow 2023-09-29 05:52:56 -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
589d66a90f Modify library for new parser 2023-09-28 15:58:01 -04:00
19f600cd24 Add tree sitter submodule 2023-09-27 22:52:03 -04:00
5fed0984a7 Set version 2023-09-25 02:39:39 -04:00
1f11904065 Begin tree sitter implementation 2023-09-21 05:19:06 -04:00
f531ddd1de Move dust tests to examples 2023-09-19 02:50:02 -04:00
8e92d8ee2b Add parentheses to tool suggestions 2023-09-18 02:05:12 -04:00
dc68f0307f Allow empty when calling "read_dir" 2023-09-18 01:58:28 -04:00
e858d21af0 Correct examples 2023-09-11 15:42:27 -04:00
0cd5629483 Correct example 2023-09-11 15:37:31 -04:00
ed38f28f84 Add example; Fix example in README 2023-09-11 15:23:13 -04:00