c65gm/internal/preproc
2025-10-13 09:58:03 +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 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 definelist and pragma got tests. Still working on preproc 2025-10-12 13:54:26 +02:00
pragma_test.go definelist and pragma got tests. Still working on preproc 2025-10-12 13:54:26 +02:00
preproc.go Cleanup imports 2025-10-13 09:58:03 +02:00
preproc_test.go Preprocessor first version. Unit test covered. Nothing tested yet with real code. 2025-10-12 17:30:36 +02:00