• Joined on 2023-05-19
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 20:34:32 +00:00
b0b4bfe59e Implement list
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 19:25:14 +00:00
5a6c92372a Implement map syntax
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 18:32:21 +00:00
0fa436832d Add syntax for functions and tables
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 17:04:22 +00:00
9aef6712fe Remove semicolons from language
jeff pushed to main at jeff/dust 2023-09-29 17:04:01 +00:00
823bb31305 Remove semicolons from language
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 16:43:22 +00:00
3c0ac94fdd Sync modules
jeff pushed to main at jeff/dust 2023-09-29 16:42:40 +00:00
8bcf59f216 Rearrange tests; Add new tests
ad429b3563 Add equality operator
Compare 2 commits »
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 15:56:12 +00:00
4f9d97a12c Rearrange tests
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 13:53:57 +00:00
424b1a42ef Fix tests
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 13:17:41 +00:00
b4a114108b Add equality operator
20e6af2257 Add list support
Compare 2 commits »
jeff pushed to main at jeff/dust 2023-09-29 12:59:13 +00:00
b308c1852f Add list support
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 12:22:03 +00:00
f57570f14b Add float support; Write tests
jeff pushed to main at jeff/dust 2023-09-29 12:21:42 +00:00
3182e7c860 Add float support; Write tests
jeff pushed to main at jeff/dust 2023-09-29 11:57:20 +00:00
5877884877 Fix test
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 11:17:50 +00:00
954ea0928c Add new root node
jeff pushed to main at jeff/dust 2023-09-29 11:17:15 +00:00
c9c7eb3173 Improve AST construction and errors
jeff pushed to main at jeff/dust 2023-09-29 10:02:49 +00:00
9994919127 Implement subtraction
jeff pushed to main at jeff/dust 2023-09-29 09:53:01 +00:00
91745af149 Implement control flow
jeff pushed to main at jeff/dust 2023-09-29 09:45:20 +00:00
8250d3cb8e Add example; Implement AST
jeff pushed to main at jeff/tree-sitter-dust 2023-09-29 07:52:24 +00:00
c7bfba7767 Add tests and grammar for control flow