Commit Graph

14 Commits

Author SHA1 Message Date
tali fd3b356699 compile scope expressions 2023-11-30 14:01:40 -05:00
tali b89ddd45b5 don't warning -26 2023-11-30 13:16:04 -05:00
tali 22b0ce775d compile if expressions into conditional branches 2023-11-29 23:06:12 -05:00
tali 3d88cbe319 add comparison instructions and compile some more operators 2023-11-29 22:48:58 -05:00
tali c1eaa5baef remove lir, add basic single pass compiler 2023-11-29 22:27:05 -05:00
tali 846cae64ff temporarily remove branch ins 2023-11-29 21:42:44 -05:00
tali 7569cd2ee4 add object values, CON instruction 2023-11-29 17:56:42 -05:00
tali fb8a2cdcab add code interpreter 2023-11-29 16:52:45 -05:00
tali b17531b799 add bytecode-like data type 2023-11-29 16:48:12 -05:00
tali 41c64d8c51 move modules around 2023-11-29 13:52:16 -05:00
tali 0e1562984b add ANF IR and conversion pass 2023-11-29 13:44:41 -05:00
tali 3cd480fbee refactor errors 2023-11-29 13:44:39 -05:00
tali dc3a0368b3 add if/else 2023-11-23 23:18:49 -05:00
tali 466b224e65 spice lang parser and lexer 2023-11-23 23:11:30 -05:00