Initial state - basic lexer + parser + interpreter

This commit is contained in:
Emin Arslan
2025-10-12 21:33:57 +03:00
committed by Emin Arslan
commit aa066f87d0
12 changed files with 301 additions and 0 deletions

2
dune-project Normal file
View File

@@ -0,0 +1,2 @@
(lang dune 3.7)
(using menhir 2.1)