c65gm/internal/preproc
2025-11-01 19:54:01 +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 First main.go driver with only the BYTE command finished. 2025-11-01 18:55:48 +01:00
preproc_test.go Fixed preprocessor tests 2025-11-01 19:54:01 +01:00