]> matita.cs.unibo.it Git - helm.git/commit
- we implemented the hierarchy and sort names declaration in text parser
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 20 Feb 2010 22:18:47 +0000 (22:18 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 20 Feb 2010 22:18:47 +0000 (22:18 +0000)
commit689118326fbe47231865b26c66ae89144459be6a
tree99c38bb1864d3472fe82e54371632a19ab0a4542
parent797a122af3ff4a9682bf77a0fb05ecfb0f9effde
- we implemented the hierarchy and sort names declaration in text parser
- we implemented a basic taxonomy for the entities in the text parser
- we fixed the visibility rules in the text-to-crg transformation
- we corrected a bug in the text-to-crg transformation (a continuation was not called)
- we removed the hierarchy parameter from the type checker status
- we created an directory with the examples we can typecheck
- we changed the semantics of the -r command-line option
30 files changed:
helm/software/lambda-delta/.depend.opt
helm/software/lambda-delta/Makefile
helm/software/lambda-delta/automath/aut.ml
helm/software/lambda-delta/automath/autOutput.ml
helm/software/lambda-delta/automath/autOutput.mli
helm/software/lambda-delta/automath/autParser.mly
helm/software/lambda-delta/automath/autProcess.ml
helm/software/lambda-delta/automath/autProcess.mli
helm/software/lambda-delta/automath/grundlagen-orig.aut [deleted file]
helm/software/lambda-delta/automath/grundlagen.aut [deleted file]
helm/software/lambda-delta/basic_ag/bagType.ml
helm/software/lambda-delta/basic_rg/brgType.ml
helm/software/lambda-delta/common/entity.ml
helm/software/lambda-delta/common/hierarchy.ml
helm/software/lambda-delta/common/hierarchy.mli
helm/software/lambda-delta/common/library.ml
helm/software/lambda-delta/common/library.mli
helm/software/lambda-delta/complete_rg/crgAut.mli
helm/software/lambda-delta/complete_rg/crgOutput.ml
helm/software/lambda-delta/complete_rg/crgTxt.ml
helm/software/lambda-delta/complete_rg/crgTxt.mli
helm/software/lambda-delta/examples/exp_math/L.hln [new file with mode: 0644]
helm/software/lambda-delta/examples/exp_math/Make [new file with mode: 0644]
helm/software/lambda-delta/examples/exp_math/Makefile [new file with mode: 0644]
helm/software/lambda-delta/examples/grundlagen/grundlagen.aut [new file with mode: 0644]
helm/software/lambda-delta/text/txt.ml
helm/software/lambda-delta/text/txtLexer.mll
helm/software/lambda-delta/text/txtParser.mly
helm/software/lambda-delta/toplevel/metaAut.mli
helm/software/lambda-delta/toplevel/top.ml