|
cc93d8e345
|
Add tests for the "and" and "or" operators
|
2025-02-11 03:54:56 -05:00 |
|
|
a53cfb9cf6
|
Add tests for comparison operators; Implement comparison operators in the VM
|
2025-02-11 03:30:20 -05:00 |
|
|
f2ee01d66f
|
Add comparison tests for less than operator; Implement less than operator in VM
|
2025-02-11 02:22:14 -05:00 |
|
|
dfa5f6858c
|
Add tests for modulo operator; Implement modulo operator in VM
|
2025-02-11 01:55:51 -05:00 |
|
|
3af1b64820
|
Reimplement more instruction and compiler logic
|
2025-02-08 17:36:30 -05:00 |
|
|
07001a03e7
|
Add tests for divide instruction
|
2025-02-08 11:58:30 -05:00 |
|
|
6e9d5a49d2
|
Add tests for multiply instruction
|
2025-02-08 11:45:03 -05:00 |
|
|
1bb87de70f
|
Add tests for subtract instruction
|
2025-02-08 11:35:58 -05:00 |
|
|
dcea611a0b
|
Add new tests
|
2025-02-08 11:21:29 -05:00 |
|
|
e19ddbe2f3
|
Fix bugs and pass tests
|
2025-02-08 07:50:00 -05:00 |
|
|
71a92c078b
|
Add formatting disassembly output into JSON or TOML
|
2025-02-08 05:56:49 -05:00 |
|
|
e387579a81
|
Extend and pass tests
|
2025-02-08 00:17:15 -05:00 |
|
|
3d48558b94
|
Add and pass new tests
|
2025-02-07 19:37:39 -05:00 |
|
|
1d0824165d
|
Implement lists; Add tests
|
2025-02-07 17:40:08 -05:00 |
|
|
8cc5661944
|
Begin rewriting tests
|
2025-02-07 15:37:48 -05:00 |
|
|
bd273035aa
|
Convert LoadBoolean to LoadEncoded; Fix register handling
|
2025-02-06 13:10:11 -05:00 |
|
|
0510e18060
|
Begin implementing typed 64-bit instructions
|
2025-01-13 06:01:38 -05:00 |
|
|
950c36d601
|
Edit README; Fix a test; Try tracing the compiler and VM
|
2024-12-26 14:29:04 -05:00 |
|
|
dc3cc13b12
|
Fix tests
|
2024-12-25 10:04:35 -05:00 |
|
|
e2a462c3f6
|
Implement short-circuiting for logical operators; Organize compiler
|
2024-12-18 14:57:29 -05:00 |
|
|
1c32cd0956
|
Break up tests; Write docs
|
2024-12-11 01:22:40 -05:00 |
|
|
3aed724649
|
Get all tests and source compiling without warnings
|
2024-12-10 03:34:41 -05:00 |
|
|
85a706e0fb
|
Make the disassembly prettier than ever before
|
2024-12-10 01:34:53 -05:00 |
|
|
a9e867aaab
|
Continue rewrite of instructions and operations
|
2024-12-09 07:01:07 -05:00 |
|
|
1c3c30ac21
|
Optimize with more SmallVecs
|
2024-12-04 13:31:02 -05:00 |
|
|
358436c470
|
Fix function parsing bug; Optimize strings
|
2024-12-04 06:38:24 -05:00 |
|
|
95c811f3b5
|
Optimization experiments
|
2024-12-04 00:04:56 -05:00 |
|
|
b692fd89c3
|
Add boolean chain short-circuiting
|
2024-12-03 18:24:26 -05:00 |
|
|
c2ca7fcc7a
|
Modify and add logic tests
|
2024-12-03 17:20:29 -05:00 |
|
|
8f9e285214
|
Clean up
|
2024-12-03 17:11:02 -05:00 |
|
|
f25f658cd3
|
Add tests
|
2024-12-03 16:49:36 -05:00 |
|
|
623f3b7812
|
Add tests
|
2024-12-03 16:14:58 -05:00 |
|
|
9b9d27820b
|
Add tests
|
2024-12-03 16:03:23 -05:00 |
|
|
372a438a7f
|
Add tests
|
2024-12-03 15:33:26 -05:00 |
|
|
e660c0acfb
|
Add tests; Support capital "E" in floats
|
2024-12-03 15:26:05 -05:00 |
|
|
827a3df815
|
Add math tests
|
2024-12-03 14:27:48 -05:00 |
|
|
544edaf5f4
|
Add new "add" tests; Allow adding strings to characters and visa versa
|
2024-12-03 14:12:40 -05:00 |
|
|
31a41581eb
|
Add and rearrgange tests; Allow adding two characters into a string
|
2024-12-03 14:00:27 -05:00 |
|
|
672f10e15a
|
Begin adding new tests
|
2024-12-03 13:35:47 -05:00 |
|
|
636bd7ce5b
|
Remove types from chunks; Add new tests
|
2024-12-02 05:59:01 -05:00 |
|
|
36da1d0d7c
|
Add test
|
2024-11-29 16:24:37 -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 |
|
|
d7880480b5
|
Add destinations to instructions to support local destinations
|
2024-11-28 01:10:49 -05:00 |
|
|
a57268fcba
|
Fix tests
|
2024-11-27 21:13:35 -05:00 |
|
|
d83a470638
|
Begin fixing comiler to work with new instructions
|
2024-11-27 19:43:50 -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 |
|