c65gm/internal/preproc
2025-10-26 21:06:11 +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 Added a trie based Definelist for the coming preprocessor. 2025-10-10 20:14:01 +02: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 PreProcessor rewritten, ready for script blocks, no tokenization, emits Kind of source line (if asm, script or source) 2025-10-17 16:59:41 +02:00
preproc_test.go PreProcessor rewritten, ready for script blocks, no tokenization, emits Kind of source line (if asm, script or source) 2025-10-17 16:59:41 +02:00