]> matita.cs.unibo.it Git - helm.git/commit
- we added a parser for lambda-delta textual syntax (file extension .hln)
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 19 Feb 2010 16:27:17 +0000 (16:27 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Fri, 19 Feb 2010 16:27:17 +0000 (16:27 +0000)
commit93205dc852fa208b48a05757d05d9910b7d45fa1
treec64980aaeb1abaed90f9f669e47d3fc369cf8e04
parent201283b23b8aa4d55cfe4e1dc19c24057803f2e0
- we added a parser for lambda-delta textual syntax (file extension .hln)
- we now parse the input files with a straming policy
- we added a Meta attribute for explanatory metalinguistic comments
- brg: missing type casts were not inserted (fixed)
21 files changed:
helm/software/lambda-delta/.depend.opt
helm/software/lambda-delta/Make
helm/software/lambda-delta/automath/autParser.mly
helm/software/lambda-delta/basic_ag/bagOutput.ml
helm/software/lambda-delta/basic_rg/brgOutput.ml
helm/software/lambda-delta/basic_rg/brgUntrusted.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/complete_rg/Make
helm/software/lambda-delta/complete_rg/crg.ml
helm/software/lambda-delta/complete_rg/crgOutput.ml
helm/software/lambda-delta/complete_rg/crgTxt.ml [new file with mode: 0644]
helm/software/lambda-delta/complete_rg/crgTxt.mli [new file with mode: 0644]
helm/software/lambda-delta/text/Make [new file with mode: 0644]
helm/software/lambda-delta/text/prova.hln [new file with mode: 0644]
helm/software/lambda-delta/text/txt.ml [new file with mode: 0644]
helm/software/lambda-delta/text/txtLexer.mll [new file with mode: 0644]
helm/software/lambda-delta/text/txtParser.mly [new file with mode: 0644]
helm/software/lambda-delta/toplevel/top.ml
helm/software/lambda-delta/xml/ld-html-root.xsl