init: this is the inital commit

This commit is contained in:
2026-04-23 18:52:34 +02:00
commit b809c1db8d
7 changed files with 86 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
expr = term { ( "+" | "-" ) term } ;
term = number { ( "*" | "/" ) number } ;