1
0
Fork 0
Commit Graph

20 Commits

Author SHA1 Message Date
zongor 197b8ee0ef Optimizations, have return ask if it is a heap value, move lexer up 2026-02-26 16:45:48 -08:00
zongor fbff4dd188 Move common lexer up to use for both assembler and compiler. Start work on compiler. 2026-02-21 11:09:22 -08:00
zongor 5e73aa2cba increase number of locals to 255, fix real to string, update reals implementation 2026-02-12 23:13:46 -08:00
zongor 4114812146 Update assembler to add scopes 2025-12-20 00:42:28 -08:00
zongor 80d9c67b9e Code cleanup 2025-12-08 21:42:59 -08:00
zongor 0d30ea292a Fix assembler, update tests, update roms, add back nogui mode for speed. 2025-12-07 15:29:49 -08:00
zongor 07528b1f3f fix silly missing `get_reg` error. all non gui ones are working now 2025-12-03 21:45:03 -08:00
zongor 9218051b87 Add better debugging for assembler. Simplify symbol table creation (somewhat). 2025-12-01 23:20:36 -08:00
zongor f901dafa2b WIP Code generation, 'simple' works 2025-11-30 23:22:25 -08:00
zongor 2e5eb03227 remove old assembler, finish symbol table pass, start working on code gen 2025-11-29 19:44:54 -08:00
zongor 733dfc0364 wip, add all the sizing for symbols 2025-11-29 13:52:12 -08:00
zongor 55b6145064 Add semicolon 2025-11-29 09:21:12 -08:00
zongor 9d2053aef0 wip symbol table, remove malloc_imm, fix docs 2025-11-29 08:26:12 -08:00
zongor 4f73339efb wip symbols + offsets 2025-11-29 00:50:25 -08:00
zongor 7b8059e6c7 refactor strings, add loop to lexer 2025-11-24 21:40:57 -08:00
zongor 6f47ee7ea1 wip new assembler; start of compiler 2025-11-23 23:48:26 -08:00
zongor 32365a8895 wip assembler v2 2025-11-10 23:45:09 -08:00
zongor 0113411f89 rename some things, create new parser defs. 2025-11-09 22:23:55 -08:00
zongor c90f236ab3 Refactor and rename to align with new IR better 2025-11-09 13:22:46 -08:00
zongor 1311659bed Add new IR language, update docs 2025-11-08 22:19:18 -08:00