move assembler out of project dir

This commit is contained in:
2022-07-20 14:38:05 +05:30
parent 9daff2f67d
commit e5d84c9716
12 changed files with 0 additions and 0 deletions

8
assembler/lib/dune Normal file
View File

@@ -0,0 +1,8 @@
(ocamllex Lexer)
(menhir
(modules Parser))
(library
(name hack)
(libraries base))