]> matita.cs.unibo.it Git - helm.git/commit
we tranlate an Automath book in an itermediate format where:
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 30 Jun 2008 14:07:46 +0000 (14:07 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Mon, 30 Jun 2008 14:07:46 +0000 (14:07 +0000)
commitb00b8de85c5ae6c5fbb6f47dc559bf4cfcf2a5b6
treedc9ee9457324cde93189840d12def2bf71cbb2e7
parent200bb81b91b7c4ebf479906d09c290353c763289
we tranlate an Automath book in an itermediate format where:
- the local references are resolved as position indexes
- the global references are disambiguated
- the parameter applications are completed
For now the trnslation is slow because the involved data structures are
inefficient
12 files changed:
helm/software/lambda-delta/.depend.opt
helm/software/lambda-delta/automath/Make
helm/software/lambda-delta/automath/autHelpers.ml [deleted file]
helm/software/lambda-delta/automath/autHelpers.mli [deleted file]
helm/software/lambda-delta/automath/autOutput.ml [new file with mode: 0644]
helm/software/lambda-delta/automath/autOutput.mli [new file with mode: 0644]
helm/software/lambda-delta/automath/autParser.mly
helm/software/lambda-delta/toplevel/Make
helm/software/lambda-delta/toplevel/metaAut.ml
helm/software/lambda-delta/toplevel/metaOutput.ml [new file with mode: 0644]
helm/software/lambda-delta/toplevel/metaOutput.mli [new file with mode: 0644]
helm/software/lambda-delta/toplevel/top.ml