[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

3
compiler/bin/dune Normal file
View File

@@ -0,0 +1,3 @@
(executable
(name compiler)
(libraries backend core core_unix.command_unix))