Commits on Source (2)
-
Pierre Delaunay authored
Changes to be committed: * GNUmakefile: compile to bytecote to avoid recompilation * src/pexp.ml: fix formal arg parsing * tests/sexp_test.ml: fix sexp_test
-
Pierre Delaunay authored
Changes to be committed: * README.md: minor updates * src/lparse.ml: - add an error message when lambda does not habe type info - fix lexp.Arrow, its variable was not added to the environement * src/builtin.ml * btl/macro.typer: - added some ideas on how to define type built-in * src/lexp.ml: - fix lexp_print Inductive's formal args
Showing
- GNUmakefile 4 additions, 3 deletionsGNUmakefile
- README.md 10 additions, 10 deletionsREADME.md
- btl/list.typer 28 additions, 0 deletionsbtl/list.typer
- btl/macro.typer 24 additions, 0 deletionsbtl/macro.typer
- samples/BTL.typer 0 additions, 31 deletionssamples/BTL.typer
- samples/macro.typer 14 additions, 0 deletionssamples/macro.typer
- src/builtin.ml 24 additions, 15 deletionssrc/builtin.ml
- src/debruijn.ml 1 addition, 1 deletionsrc/debruijn.ml
- src/env.ml 1 addition, 1 deletionsrc/env.ml
- src/eval.ml 20 additions, 6 deletionssrc/eval.ml
- src/lexp.ml 20 additions, 4 deletionssrc/lexp.ml
- src/lparse.ml 49 additions, 78 deletionssrc/lparse.ml
- src/pexp.ml 2 additions, 10 deletionssrc/pexp.ml
- src/subst.ml 1 addition, 0 deletionssrc/subst.ml
- tests/macro_test.ml 9 additions, 4 deletionstests/macro_test.ml
- tests/sexp_test.ml 8 additions, 25 deletionstests/sexp_test.ml
btl/list.typer
0 → 100644
btl/macro.typer
0 → 100644
samples/BTL.typer
deleted
100644 → 0
samples/macro.typer
0 → 100644