Implement sample with working preprocessor (Stage 1 + 2)

This commit is contained in:
2025-08-11 12:49:44 +02:00
parent 0b6073b5bb
commit 9e4141fc96
9 changed files with 653 additions and 22 deletions

View File

@@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
gtoml = "0.1.2"
toml = "0.9.3"
regex = "1.11.1"