c65gm/internal/preproc
2026-04-17 11:53:20 +02:00
..
filereader_mocks Added a filereader interface + FS and Mock implementations for easier testing of preprocessor. 2025-10-12 15:23:27 +02:00
definelist.go Fixed func calls with string literal arguments and $-replacements in #DEFINE. memlib.c65 is still borked. 2025-11-21 16:27:57 +01:00
definelist_test.go definelist and pragma got tests. Still working on preproc 2025-10-12 13:54:26 +02:00
embeddedlib.go Added c65cm stdlib as embedded into the c65gm exe so it's completely self contained, for easy distribution. 2026-04-17 11:53:20 +02:00
filereader.go Added c65cm stdlib as embedded into the c65gm exe so it's completely self contained, for easy distribution. 2026-04-17 11:53:20 +02:00
filereader_test.go Added c65cm stdlib as embedded into the c65gm exe so it's completely self contained, for easy distribution. 2026-04-17 11:53:20 +02:00
hybridfilereader.go Added c65cm stdlib as embedded into the c65gm exe so it's completely self contained, for easy distribution. 2026-04-17 11:53:20 +02:00
pragma.go Added conststr + tests for handling constant strings. 2025-10-26 21:06:11 +01:00
pragma_test.go definelist and pragma got tests. Still working on preproc 2025-10-12 13:54:26 +02:00
preproc.go Added c65cm stdlib as embedded into the c65gm exe so it's completely self contained, for easy distribution. 2026-04-17 11:53:20 +02:00
preproc_test.go Added SCRIPT MACRO blocks 2026-02-11 13:56:21 +01:00