|
dc002023cd
|
Clean up token.rs
|
2024-12-02 03:50:51 -05:00 |
|
|
8e09d487c3
|
Fix token list display
|
2024-12-02 03:46:05 -05:00 |
|
|
eb083c2972
|
Add some more docs
|
2024-12-02 02:46:04 -05:00 |
|
|
40bace03f3
|
Display source with chunk disassembly
|
2024-12-02 01:20:05 -05:00 |
|
|
215601707b
|
Clean up code and docs
|
2024-12-02 01:08:41 -05:00 |
|
|
3146e70bf1
|
Improve CLI
|
2024-12-01 21:17:22 -05:00 |
|
|
98e9a5ed21
|
Add more README.md content
|
2024-11-30 00:00:56 -05:00 |
|
|
3b23136eda
|
Add some more README content
|
2024-11-29 22:43:13 -05:00 |
|
|
1ef5ddc013
|
Tweak example and native function logic
|
2024-11-29 18:10:03 -05:00 |
|
|
36da1d0d7c
|
Add test
|
2024-11-29 16:24:37 -05:00 |
|
|
12ae935f50
|
Clean up chunk
|
2024-11-29 15:48:50 -05:00 |
|
|
dcb590fe07
|
Add docs
|
2024-11-29 12:39:51 -05:00 |
|
|
45a55eb12e
|
Clean up VM jump hanlding
|
2024-11-29 12:07:58 -05:00 |
|
|
8b06af9634
|
Clean up Operation type
|
2024-11-29 11:55:38 -05:00 |
|
|
77cb82b9fe
|
Fix bugs with new instruction features
|
2024-11-29 10:44:35 -05:00 |
|
|
ef01499e38
|
Use new instruction features
|
2024-11-28 06:33:29 -05:00 |
|
|
7e2ebf54c7
|
Use new instruction features
|
2024-11-28 05:36:10 -05:00 |
|
|
cc6a152f3c
|
Refactor to use new instruction features
|
2024-11-28 05:02:51 -05:00 |
|
|
b574ecc4cb
|
Clean up
|
2024-11-28 02:12:59 -05:00 |
|
|
dae5b7678c
|
Clean up
|
2024-11-28 02:03:58 -05:00 |
|
|
5432001dff
|
Pass all tests
|
2024-11-28 01:55:35 -05:00 |
|
|
8b360d0825
|
Continue fixing compiler for new instructions
|
2024-11-28 01:37:31 -05:00 |
|
|
54ae05844d
|
Clean up
|
2024-11-28 01:11:54 -05:00 |
|
|
d7880480b5
|
Add destinations to instructions to support local destinations
|
2024-11-28 01:10:49 -05:00 |
|
|
ef22fa18b6
|
Continue fixing the compiler to work with the new instructions
|
2024-11-27 23:12:10 -05:00 |
|
|
a57268fcba
|
Fix tests
|
2024-11-27 21:13:35 -05:00 |
|
|
cc963c544f
|
Clean up
|
2024-11-27 20:36:58 -05:00 |
|
|
d83a470638
|
Begin fixing comiler to work with new instructions
|
2024-11-27 19:43:50 -05:00 |
|
|
a94cc11069
|
Refactor to use 64-bit instructions
|
2024-11-26 07:14:30 -05:00 |
|
|
c5e0d8ef1e
|
Refactor to use 64-bit instructions
|
2024-11-26 01:15:31 -05:00 |
|
|
fbaf59abe2
|
Refactor to use 64-bit instructions
|
2024-11-25 20:43:18 -05:00 |
|
|
e04ead3848
|
Refactor library and CLI
|
2024-11-17 20:32:53 -05:00 |
|
|
0cb96519e2
|
Fix bugs with arguments for native functions
|
2024-11-16 08:10:30 -05:00 |
|
|
3143e8c203
|
Fix control flow and pass all tests
|
2024-11-16 05:40:31 -05:00 |
|
|
0f3924341f
|
Continue adding type evaluations
|
2024-11-16 05:16:51 -05:00 |
|
|
960931ce6e
|
Begin wrapping up overhaul
|
2024-11-16 01:29:21 -05:00 |
|
|
7b91e879b7
|
Continue Value/VM overhaul
|
2024-11-15 21:42:27 -05:00 |
|
|
69458a138d
|
Clean up
|
2024-11-15 19:19:31 -05:00 |
|
|
302bc9ce6c
|
Continue Value/VM overhaul
|
2024-11-15 19:18:00 -05:00 |
|
|
73247446c7
|
Major overhaul to VM
|
2024-11-10 19:28:21 -05:00 |
|
|
8af8e48ebd
|
Begin large refactor to enhance type handling
|
2024-11-09 21:40:33 -05:00 |
|
|
d82aed1a93
|
Begin refactoring to avoid mutating locals in the chunk
|
2024-11-09 13:49:02 -05:00 |
|
|
c343b82873
|
Finish refactoring lexer
|
2024-11-09 10:57:00 -05:00 |
|
|
27fa3ef7cf
|
Fix minus sign lexing
|
2024-11-07 19:23:59 -05:00 |
|
|
d15247a799
|
Continue revisions to the lexer
|
2024-11-07 19:22:22 -05:00 |
|
|
2e51112b4b
|
Continue overhauling the lexer
|
2024-11-07 18:48:53 -05:00 |
|
|
b9ded3ea78
|
Begin refactoring the lexer
|
2024-11-07 17:59:28 -05:00 |
|
|
bb345a7938
|
Fix argument retrieval in native functions
|
2024-11-07 03:05:32 -05:00 |
|
|
04a1c81a2a
|
Add parents to the VM; Improve the disassembler
|
2024-11-07 02:10:02 -05:00 |
|
|
f54d2d0d22
|
Clean up
|
2024-11-07 00:49:36 -05:00 |
|