|
a0439675b7
|
Fix bugs and improve disassembler
|
2024-09-13 01:10:07 -04:00 |
|
|
82a2b8f6b7
|
Fix byte lexing bug; Implement Move operation
|
2024-09-12 21:14:15 -04:00 |
|
|
caf59894b6
|
Fix and implement variable getting and setting
|
2024-09-12 14:16:26 -04:00 |
|
|
8b33df3d4a
|
Prettify the hell out of chunk disassembly
|
2024-09-12 13:03:24 -04:00 |
|
|
78c9ed97e2
|
Experiment with instruction optimization
|
2024-09-12 09:11:49 -04:00 |
|
|
d4d58e793b
|
Refactor and improve the VM, Parser, and Lexer
|
2024-09-12 05:08:55 -04:00 |
|
|
67e5de6664
|
Reimplement the Parser and VM with a register-based VM
|
2024-09-12 00:39:31 -04:00 |
|
|
7b055d79b5
|
Begin rewrite with register-based bytecode
|
2024-09-11 23:07:20 -04:00 |
|
|
cc188a233b
|
Overhaul project structure
|
2024-08-03 20:23:52 -04:00 |
|
|
3fae807d9f
|
Clean up with clippy
|
2024-08-02 15:21:15 -04:00 |
|
|
790438d1e3
|
Add type arguments to enum instances
|
2024-07-12 11:08:53 -04:00 |
|
|
ad409b69f3
|
Run clippy and clean up everything
|
2024-07-12 10:20:52 -04:00 |
|
|
e84e022eed
|
Experiment with context scopes
|
2024-07-04 14:40:26 -04:00 |
|
|
92f098b58b
|
Implement null statement
|
2024-07-01 17:49:49 -04:00 |
|
|
699576c4c7
|
Add use statements with pre-compile std library
|
2024-07-01 14:23:01 -04:00 |
|
|
fe0bb0a0b5
|
Clean up
|
2024-06-26 18:09:38 -04:00 |
|
|
97268c272e
|
Use rust-style type parameter syntax
|
2024-06-24 13:54:37 -04:00 |
|
|
37d54499da
|
Use rust-style turbofish
|
2024-06-24 13:48:31 -04:00 |
|
|
fbaf640fce
|
Add global identifier cache
|
2024-06-24 10:46:37 -04:00 |
|
|
18859cda77
|
Begin fixing built-in functions
|
2024-06-24 07:13:54 -04:00 |
|
|
f106d64367
|
Simplify built-in functions
|
2024-06-24 05:26:49 -04:00 |
|
|
5e8945cab5
|
Begin adding fields to map type
|
2024-06-24 04:02:44 -04:00 |
|
|
37d59f562d
|
Fix io.read_line function
|
2024-06-24 02:58:19 -04:00 |
|
|
af20dab0d2
|
Refactor function types
|
2024-06-23 22:39:33 -04:00 |
|
|
572d5a9d18
|
Finish built-in function refactoring
|
2024-06-22 19:44:33 -04:00 |
|
|
6bdefd0698
|
Continue major refactoring
|
2024-06-22 13:55:43 -04:00 |
|
|
a05d9016f2
|
Begin passing tests
|
2024-06-22 11:44:09 -04:00 |
|
|
4b89ea0e96
|
Continue refactoring
|
2024-06-22 00:58:30 -04:00 |
|
|
578cb6ad16
|
Add new function for EnumDeclaration
|
2024-06-21 13:56:04 -04:00 |
|
|
880fb7cd1b
|
Consolidate token symbols
|
2024-06-20 19:25:46 -04:00 |
|
|
a94251e707
|
Rework enums and type constructors
|
2024-06-20 18:41:07 -04:00 |
|
|
1593080b8d
|
Reorganize parser
|
2024-06-20 16:36:16 -04:00 |
|