|
86e055a562
|
Clean up
|
2024-10-18 22:30:20 -04:00 |
|
|
19f2d19134
|
Clean up
|
2024-10-18 21:34:47 -04:00 |
|
|
95e5b3062d
|
Fix lexing bug
|
2024-10-18 19:31:46 -04:00 |
|
|
44659ec34a
|
Extend CLI to cover more formatting options; Extend formatting
|
2024-10-13 16:46:45 -04:00 |
|
|
0c758c9768
|
Clean up
|
2024-10-13 13:08:12 -04:00 |
|
|
12d34d6354
|
Add a new parser method to handle errors
|
2024-10-13 13:01:58 -04:00 |
|
|
3609fddaea
|
Expand formatter
|
2024-10-13 12:04:32 -04:00 |
|
|
5d62d897f4
|
Ads no-run command to the CLI
|
2024-10-13 08:04:32 -04:00 |
|
|
565d3c54f1
|
Add format option to the CLI
|
2024-10-13 07:56:11 -04:00 |
|
|
02ee7d126c
|
Clean up
|
2024-10-13 07:45:16 -04:00 |
|
|
c7bba88875
|
Create formatter
|
2024-10-13 07:14:12 -04:00 |
|
|
5eb901f468
|
Add a VM method; Refactor and clean up
|
2024-10-13 04:21:07 -04:00 |
|
|
055f0a4100
|
Continue working on function calls
|
2024-10-13 02:47:12 -04:00 |
|
|
d5fc68e466
|
Refactor chunk disassembly output
|
2024-10-13 02:33:58 -04:00 |
|
|
743679371d
|
Fix function bug
|
2024-10-12 20:34:13 -04:00 |
|
|
2864bee057
|
Add types to functions and improve calls
|
2024-10-12 20:19:21 -04:00 |
|
|
2527cc2de7
|
Clean up
|
2024-10-12 10:57:22 -04:00 |
|
|
ea0be43199
|
Begin adding function calls
|
2024-10-12 10:55:34 -04:00 |
|
|
5bbda1a24e
|
Disallow comparison chaining
|
2024-10-12 08:16:06 -04:00 |
|
|
f1034534ed
|
Avoid emitting duplicate return instructions; Clean up
|
2024-10-12 07:12:44 -04:00 |
|
|
02877d06d3
|
Reduce use of TokenKind in parser to only error cases
|
2024-10-12 06:27:19 -04:00 |
|
|
30b2801a38
|
Add item type to list value; Clean up
|
2024-10-12 06:17:16 -04:00 |
|
|
9c612317dc
|
Refactor values to use register pointers for complex values
|
2024-10-12 04:50:30 -04:00 |
|
|
6e1ef77192
|
Refactor to use index references to avoid cloning values
|
2024-10-12 03:06:44 -04:00 |
|
|
c1e372d7cf
|
Improve disassembler output; Fix return positions
|
2024-10-09 19:59:06 -04:00 |
|
|
61d633392c
|
Improve disassembler output
|
2024-10-09 17:34:11 -04:00 |
|
|
b6c3b1e5ba
|
Refactor
|
2024-10-09 12:16:46 -04:00 |
|
|
259721f6cb
|
Continue implemnting functions; Begin adding types
|
2024-10-09 06:15:06 -04:00 |
|
|
bdc34cb10e
|
Begin adding functions to the language
|
2024-10-08 22:56:01 -04:00 |
|
|
dddbf77fac
|
Fix bug in the VM
|
2024-10-05 21:30:48 -04:00 |
|
|
35f73d60f0
|
Add tests for parser errors
|
2024-10-05 05:57:28 -04:00 |
|
|
437a6bf164
|
Add math-assignment operators
|
2024-10-05 04:33:38 -04:00 |
|
|
d857f42434
|
Pass all tests
|
2024-10-05 02:07:26 -04:00 |
|
|
9d0aa13e8a
|
Refactor VM, chunk and parser to pass tests
|
2024-10-05 00:11:03 -04:00 |
|
|
9b1dc6c55c
|
Rewrite tests for consistency
|
2024-10-04 22:36:33 -04:00 |
|
|
5015cf4cc4
|
Refactor how return instruction works; Begin passing tests
|
2024-10-04 22:33:47 -04:00 |
|
|
5411a1db27
|
Move and replace lots of tests; Refactor parser
|
2024-10-04 22:21:17 -04:00 |
|
|
ba904fdcd8
|
Clean up disassembler output
|
2024-10-01 20:27:28 -04:00 |
|
|
9d1996c9ec
|
Simplify parsing comparison expressions
|
2024-10-01 20:07:57 -04:00 |
|
|
88684f49b6
|
Small refactor to jump position
|
2024-09-27 13:16:41 -04:00 |
|
|
d0d80cf407
|
Use test for single registers in conditional expressions
|
2024-09-25 09:55:10 -04:00 |
|
|
47d6ea417d
|
Improve logs; Clean up
|
2024-09-25 01:27:10 -04:00 |
|
|
daca836db1
|
Refine LoadList instruction; Improve logs; Refactor
|
2024-09-24 22:58:14 -04:00 |
|
|
60df8b4d64
|
Remove identiifer cache and extend some tests
|
2024-09-24 20:32:52 -04:00 |
|
|
95e22aa97f
|
Pass tests
|
2024-09-24 17:49:30 -04:00 |
|
|
7afde989f9
|
Fix bugs in binary parsing and running
|
2024-09-24 16:49:17 -04:00 |
|
|
85241c04b9
|
Fix lists
|
2024-09-24 13:51:04 -04:00 |
|
|
c1eccf049f
|
Add list test
|
2024-09-24 12:03:12 -04:00 |
|
|
855782c370
|
Pass tests
|
2024-09-24 11:40:12 -04:00 |
|
|
a6da34a79c
|
Fix control flow
|
2024-09-24 10:16:19 -04:00 |
|