|
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 |
|
|
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 |
|
|
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 |
|
|
04a1c81a2a
|
Add parents to the VM; Improve the disassembler
|
2024-11-07 02:10:02 -05:00 |
|
|
a997665d1a
|
Write docs; Improve disassembly output
|
2024-11-06 17:59:16 -05:00 |
|
|
e99a7b5e1e
|
Rename Parser to Compiler
|
2024-11-06 15:40:37 -05:00 |
|
|
87f597624a
|
Begin fixing control flow
|
2024-11-06 14:46:23 -05:00 |
|
|
f08c7c6f1f
|
Refine values to be either abstract or concrete
|
2024-11-06 03:36:46 -05:00 |
|
|
a16f7795de
|
Continue addind type evaluation
|
2024-11-06 00:57:54 -05:00 |
|
|
314913dbf5
|
Begin adding type evaluation to the parser
|
2024-11-05 23:20:58 -05:00 |
|
|
3330939128
|
Add docs
|
2024-11-05 19:38:26 -05:00 |
|
|
80b6380255
|
Clean up
|
2024-11-05 16:33:56 -05:00 |
|
|
5ff5568e95
|
Clean up
|
2024-11-05 16:25:55 -05:00 |
|
|
cfb4fa66b5
|
Fix scopes
|
2024-11-05 16:07:51 -05:00 |
|
|
8c72e921dc
|
Rework how scopes work to support excluding sibling scopes
|
2024-11-05 12:44:16 -05:00 |
|
|
0e7aae79f9
|
Change identifiers to be constant values
|
2024-11-04 18:07:58 -05:00 |
|
|
a2e7a4e73e
|
Begin removing chunk errors; Use constants for identifiers
|
2024-11-04 15:38:58 -05:00 |
|
|
60535e20d6
|
Deduplication of constants in the chunk; Clean up
|
2024-11-04 08:08:56 -05:00 |
|
|
1947d66be5
|
Overhaul implicit returns and add lots of new native functions
|
2024-11-02 21:24:41 -04:00 |
|
|
ae6d3d7a82
|
Add new implicit return for end of file
|
2024-11-01 09:55:15 -04:00 |
|
|
7e4f6654a4
|
Add move instruction to fix assignment to conditionals
|
2024-11-01 02:51:18 -04:00 |
|