c65gm/internal/compiler
2026-01-03 12:05:02 +01:00
..
command.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
compiler.go Made error messages display the source and some context. 2026-01-03 12:05:02 +01:00
compiler_test.go Renamed loop stacks to prepare for FOR loop 2025-11-17 21:20:29 +01:00
conststr.go Added conststr + tests for handling constant strings. 2025-10-26 21:06:11 +01:00
conststr_test.go Added conststr + tests for handling constant strings. 2025-10-26 21:06:11 +01:00
context.go Added call graph functionality and analysis/warning of absolute address variable reuse overlap 2026-01-02 15:15:57 +01:00
forstack.go Changed for to not implement DOWNTO. 2025-11-17 23:58:51 +01:00
funchandler.go Added call graph functionality and analysis/warning of absolute address variable reuse overlap 2026-01-02 15:15:57 +01:00
funchandler_test.go Added call graph functionality and analysis/warning of absolute address variable reuse overlap 2026-01-02 15:15:57 +01:00
labelstack.go Added labelstack and symboltable. 2025-10-26 17:10:18 +01:00
labelstack_test.go Added labelstack and symboltable. 2025-10-26 17:10:18 +01:00
scriptexec.go Added Starlark scripting language for SCRIPT blocks. 2025-11-06 06:57:06 +01:00
switchstack.go Added SWITCH/CASE/DEFAULT/ENDSWITCH 2025-12-19 22:56:16 +01:00
symboltable.go Added call graph functionality and analysis/warning of absolute address variable reuse overlap 2026-01-02 15:15:57 +01:00
symboltable_test.go Changed the delimiter between scope name and variable name to underscore and updated tests 2025-10-27 19:43:33 +01:00