]> matita.cs.unibo.it Git - helm.git/commit
- we completed the text parser fixing the syntactic shortcuts
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 22 Feb 2010 18:53:10 +0000 (18:53 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 22 Feb 2010 18:53:10 +0000 (18:53 +0000)
commit4c157ac5c58f34fffc98289c2d2e71032d584a83
tree1f256d356410af1006aa096d983959d5fd7e9e19
parent28430d599505ac26b51e4887e5196d9b380c898a
- we completed the text parser fixing the syntactic shortcuts
- we can now parse several files without loosing the status
- some imperative variables refactored
33 files changed:
helm/software/lambda-delta/.depend.opt
helm/software/lambda-delta/Make
helm/software/lambda-delta/Makefile
helm/software/lambda-delta/automath/autLexer.mll
helm/software/lambda-delta/automath/autProcess.ml
helm/software/lambda-delta/automath/autProcess.mli
helm/software/lambda-delta/basic_ag/bagOutput.ml
helm/software/lambda-delta/basic_rg/brgOutput.ml
helm/software/lambda-delta/common/Make
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/options.ml [new file with mode: 0644]
helm/software/lambda-delta/common/output.ml
helm/software/lambda-delta/common/output.mli
helm/software/lambda-delta/complete_rg/crgAut.ml
helm/software/lambda-delta/complete_rg/crgAut.mli
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
helm/software/lambda-delta/examples/exp_math/Make
helm/software/lambda-delta/examples/exp_math/Makefile
helm/software/lambda-delta/examples/exp_math/T0.hln [new file with mode: 0644]
helm/software/lambda-delta/examples/exp_math/preamble.hln [new file with mode: 0644]
helm/software/lambda-delta/lib/log.ml
helm/software/lambda-delta/lib/log.mli
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/text/txtTxt.ml
helm/software/lambda-delta/toplevel/metaAut.ml
helm/software/lambda-delta/toplevel/metaAut.mli
helm/software/lambda-delta/toplevel/top.ml