feat: Add OCaml code generation
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Also start using nailgun to speed up code generation. Resolves #6.
This commit is contained in:
parent
380177b274
commit
f789ed94fd
10 changed files with 128 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -12,10 +12,16 @@
|
|||
|
||||
.pydevproject
|
||||
|
||||
a.out
|
||||
|
||||
*.aterm
|
||||
/site
|
||||
bin/ng
|
||||
tests/extracted/*
|
||||
tests/*.js
|
||||
tests/*.py
|
||||
tests/*.hs
|
||||
tests/*.ml
|
||||
tests/*.cmi
|
||||
tests/*.cmo
|
||||
adhoc*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue