added grammar files

This commit is contained in:
2025-10-20 20:22:01 +02:00
parent a9044f62f4
commit df48d271e2
14 changed files with 168 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
pub enum Literal {
Int(i64),
Float(f64),
Bool(bool),
}