[WIP] initial compiler backend code

This commit is contained in:
2022-08-03 18:34:42 +05:30
parent 1570cf41f4
commit dae97b7a76
14 changed files with 273 additions and 0 deletions

2
compiler/dune-project Normal file
View File

@@ -0,0 +1,2 @@
(lang dune 3.3)
(using menhir 2.0)