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

6
bin/dune Normal file
View File

@@ -0,0 +1,6 @@
(executable
(name main)
(public_name main)
(libraries str lisp unix))
(include_subdirs unqualified)