c65gm/internal/preproc
2025-11-21 16:27:57 +01: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
filereader.go Preprocessor first version. Unit test covered. Nothing tested yet with real code. 2025-10-12 17:30:36 +02:00
filereader_test.go Preprocessor first version. Unit test covered. Nothing tested yet with real code. 2025-10-12 17:46:28 +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 First main.go driver with only the BYTE command finished. 2025-11-01 18:55:48 +01:00
preproc_test.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