c65gm/internal/compiler
2026-04-13 15:13:21 +02:00
..
command.go Added and, or, xor and subtract commands 2025-11-02 18:07:14 +01:00
compiler.go Now unused vars seem to work 2026-04-13 12:57:27 +02:00
compiler_test.go Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02: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 pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00
forstack.go Updated FOR loop to do check at NEXT instead of at FOR handling edge cases 255 and 65536 better. Removed STEP 2026-01-11 14:45:15 +01:00
funchandler.go Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00
funchandler_test.go Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02: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 First commit refactoring and centralizing constant handling all over 2026-04-13 12:21:11 +02:00
switchstack.go Added SWITCH/CASE/DEFAULT/ENDSWITCH 2025-12-19 22:56:16 +01:00
symboltable.go Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00
symboltable_test.go Added pragma _P_IGNORE_UNUSED to suppress warnings for unused variables. 2026-04-13 15:13:21 +02:00