1
0
Commit Graph

91 Commits

Author SHA1 Message Date
4ea19f238e Fix tests; Refine parsing 2024-03-17 07:31:45 -04:00
46419956bd Improve positioning 2024-03-17 02:51:33 -04:00
e9bfd9f1f8 Begin using Positioned type 2024-03-17 00:49:01 -04:00
fdf286cb51 Add memory management 2024-03-11 21:57:27 -04:00
346d9ba878 Add parsing for while loops 2024-03-11 17:58:26 -04:00
565fd450a9 Remove expressions from break statements 2024-03-11 17:44:52 -04:00
780ea0858b Pass all tests 2024-03-11 15:17:01 -04:00
e272d99bae Implement function calls 2024-03-09 08:10:54 -05:00
eba12b13a3 Begin adding function calls 2024-03-09 07:34:34 -05:00
5571418d44 Begin implementing if/else 2024-03-08 14:01:05 -05:00
f70c8f2b40 Begin adding add-assign and subtract-assign 2024-03-08 12:39:35 -05:00
d99ebc0a44 Add run Action type 2024-03-08 12:24:11 -05:00
d99e3cb861 Add indexes 2024-03-07 12:29:07 -05:00
c51b142130 Add math 2024-03-07 06:33:54 -05:00
e5aeaa67d8 Expand lexer and parser with more tests 2024-02-28 21:04:38 -05:00
4179f6ebe5 Rework parser and abstract tree 2024-02-26 16:27:01 -05:00
8ff4b4ba82 Lex, parse and run with passing tests 2024-02-25 13:49:26 -05:00
6dbae12315 Experiment with new parser 2024-02-23 07:40:01 -05:00
bda217135e Simplify errors; Make another pretty error type 2024-02-16 17:56:36 -05:00
ee692b360e Implement return for root 2024-02-16 11:23:07 -05:00
122d81f252 Clean up docs 2024-02-16 11:04:43 -05:00
172a6fa860 Remove return statement; Add StatementInner 2024-02-16 10:36:16 -05:00
edded5043d Fix infintite loop 2024-02-15 16:30:47 -05:00
a6e52e4ee6 Implement matching for enums 2024-02-15 07:04:38 -05:00
ed1f139595 Remove option value type and built-in value syntax 2024-02-15 02:02:48 -05:00
fc3dfc0e03 Implement structs; Modify tests 2024-02-15 00:53:43 -05:00
b8c54ea8bd Begin implementing enums 2024-02-14 20:53:42 -05:00
18508fa217 Begin As implementation for AbstractTree; Add tests 2024-02-13 10:26:26 -05:00
d997bbd08a Continue implementing context 2024-02-10 19:31:47 -05:00
ddd5912248 Begin implementing new Context type 2024-02-10 18:29:11 -05:00
e486413aca Fix type setting bugs; Rename function 2024-01-31 20:52:34 -05:00
9a465cb42d Continue error overhaul 2024-01-31 19:35:27 -05:00
88ca9c5ea4 Implement error overhaul 2024-01-31 19:07:18 -05:00
7f849f13a3 Begin error overhaul 2024-01-31 13:51:48 -05:00
fe1f007692 Add command syntax; Write docs 2024-01-25 07:10:45 -05:00
6c997c837d Begin adding "new" expressions 2024-01-23 16:06:52 -05:00
ed6e4cfd1a Rename 'type defintion' to 'type specification' 2024-01-23 14:35:57 -05:00
4e61c6dd6e Add TODO item 2024-01-23 13:53:40 -05:00
c75538c064 Clean up 2024-01-10 15:03:52 -05:00
b7db177bd2 Fix variable context bugs 2024-01-09 20:38:40 -05:00
f89e94cc33 Pass format tests 2024-01-06 10:40:25 -05:00
7d7b96d76f Improve formatting; Remove string mutability 2024-01-06 10:13:47 -05:00
14d967b659 Improve formatting 2024-01-06 08:53:31 -05:00
8737175df0 Implement formatting 2024-01-06 08:11:09 -05:00
a52b17930e Implement basic formatting 2024-01-06 05:00:36 -05:00
9cee46cfe5 Implement structured maps 2024-01-06 03:47:54 -05:00
bb53331b65 Add new means of reporting type check errors 2024-01-05 22:26:37 -05:00
ff6cc707d2 Implement new type checking 2024-01-03 19:58:07 -05:00
f136cafb41 Implement collection type 2024-01-01 05:20:11 -05:00
2f0ec91c08 Add index expressions to fix parsing bug 2023-12-31 23:38:09 -05:00