|
fdf286cb51
|
Add memory management
|
2024-03-11 21:57:27 -04:00 |
|
|
4be32d0a5d
|
Add while loops
|
2024-03-11 18:22:11 -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 |
|
|
bf72e779fe
|
Rename functions
|
2024-03-11 14:51:02 -04:00 |
|
|
764ea0550d
|
Pass function tests
|
2024-03-11 14:49:44 -04:00 |
|
|
cabbf8821f
|
Fix if/else type checking and recursion test
|
2024-03-10 14:48:53 -04:00 |
|
|
a3591d19af
|
Clean up type parsing
|
2024-03-09 15:17:19 -05:00 |
|
|
2dd1628bca
|
Fix function validation and parsing
|
2024-03-09 12:58:29 -05: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 |
|
|
3064a92e73
|
Pass tests
|
2024-03-08 21:26:49 -05:00 |
|
|
05c9e70d49
|
Pass tests
|
2024-03-08 21:05:56 -05:00 |
|
|
0c1a2f4499
|
Remove implicit cloning for string values
|
2024-03-08 16:22:24 -05:00 |
|
|
56fbbdee0b
|
Begin implementing functions
|
2024-03-08 16:14:47 -05:00 |
|
|
b7288ceed8
|
Implement if/else, loops and breaks
|
2024-03-08 14:29:53 -05:00 |
|
|
5571418d44
|
Begin implementing if/else
|
2024-03-08 14:01:05 -05:00 |
|
|
ec9f17070c
|
Implement add-assign and subtract-assign
|
2024-03-08 13:26:55 -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 |
|
|
a6a02f26e4
|
Add map values
|
2024-03-07 16:19:24 -05:00 |
|
|
32028acab2
|
Add map parsing
|
2024-03-07 16:13:15 -05:00 |
|
|
7ee7a083ae
|
Add more math for integers
|
2024-03-07 12:33:30 -05:00 |
|
|
d99e3cb861
|
Add indexes
|
2024-03-07 12:29:07 -05:00 |
|
|
c51b142130
|
Add math
|
2024-03-07 06:33:54 -05:00 |
|
|
fdf6983ab2
|
Make one report for each error
|
2024-03-06 22:15:35 -05:00 |
|
|
bff5ba81a3
|
Add and pass test
|
2024-03-06 18:15:25 -05:00 |
|
|
4db3ae7cb8
|
Add more errors
|
2024-03-06 17:32:31 -05:00 |
|
|
28efa78db1
|
Implement basic type checking
|
2024-03-06 12:15:03 -05:00 |
|
|
76be50eab3
|
Parse loops
|
2024-03-01 20:17:55 -05:00 |
|
|
5cb86b80df
|
Add and pass block tests
|
2024-03-01 19:29:16 -05:00 |
|
|
459acb2d63
|
Pass assignment test
|
2024-03-01 19:15:03 -05:00 |
|
|
e5aeaa67d8
|
Expand lexer and parser with more tests
|
2024-02-28 21:04:38 -05:00 |
|
|
9d5b7b6606
|
Add logic tests
|
2024-02-28 18:36:47 -05:00 |
|
|
65ee472a4a
|
Refine abstract tree; Improve parsing and lexing
|
2024-02-28 17:49:46 -05:00 |
|
|
4179f6ebe5
|
Rework parser and abstract tree
|
2024-02-26 16:27:01 -05:00 |
|
|
fb7675a782
|
Add plumbing and test
|
2024-02-25 14:26:22 -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 |
|
|
cc76ca89cc
|
Modify return/break syntax; Change Value::String
|
2024-02-19 22:32:06 -05:00 |
|
|
1585145ff4
|
Write docs; Update logging and error messages
|
2024-02-19 17:04:13 -05:00 |
|
|
0eac67eb3a
|
Pass enum tests
|
2024-02-19 11:13:04 -05:00 |
|
|
37fd722fa6
|
Fix garbage collection bug
|
2024-02-18 16:43:47 -05:00 |
|
|
255843cb3b
|
Fix type checking bugs
|
2024-02-18 15:52:47 -05:00 |
|
|
88d05f0dc9
|
Clean up
|
2024-02-18 15:19:30 -05:00 |
|
|
0805b96809
|
Add type argument syntax
|
2024-02-18 15:07:53 -05:00 |
|
|
a5f3127bcf
|
Fix command tests and parsing
|
2024-02-18 11:38:35 -05:00 |
|
|
979335f497
|
Modify struct, enum and match syntax
|
2024-02-18 10:34:59 -05:00 |
|
|
14eedc6a2a
|
Pass enum match test
|
2024-02-18 08:27:59 -05:00 |
|