]> matita.cs.unibo.it Git - helm.git/commit
* code cleanup
authorLuca Padovani <luca.padovani@unito.it>
Fri, 31 Jan 2003 09:13:55 +0000 (09:13 +0000)
committerLuca Padovani <luca.padovani@unito.it>
Fri, 31 Jan 2003 09:13:55 +0000 (09:13 +0000)
commit7bea7bddf7ca13260f4d3965182dc4fb58d035e7
treeb67ab6d4d69cf045d4a8dbae426c2c48190360c7
parentbf29ef82dc843dcb1929b413b36801ac26441fbd
* code cleanup
* added logger class and a simple implementation on console
* moved transformation code from test into a mathml factory class
* added .cvsignore files
30 files changed:
helm/DEVEL/mathml_editor/.cvsignore [new file with mode: 0644]
helm/DEVEL/mathml_editor/LICENSE
helm/DEVEL/mathml_editor/src/.cvsignore [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/ALogger.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/AMathMLConsumer.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/AMathMLFactory.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/APushLexer.hh
helm/DEVEL/mathml_editor/src/APushParser.hh
helm/DEVEL/mathml_editor/src/CLoggerConsole.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/CLoggerConsole.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.hh [new file with mode: 0644]
helm/DEVEL/mathml_editor/src/Makefile.am
helm/DEVEL/mathml_editor/src/Makefile.in
helm/DEVEL/mathml_editor/src/TDictionary.cc
helm/DEVEL/mathml_editor/src/TDocument.cc
helm/DEVEL/mathml_editor/src/TPushLexer.cc
helm/DEVEL/mathml_editor/src/TPushLexer.hh
helm/DEVEL/mathml_editor/src/TPushParser.cc
helm/DEVEL/mathml_editor/src/TPushParser.hh
helm/DEVEL/mathml_editor/src/TTokenizer.cc
helm/DEVEL/mathml_editor/src/TTokenizer.hh
helm/DEVEL/mathml_editor/src/dom.hh
helm/DEVEL/mathml_editor/test/.cvsignore [new file with mode: 0644]
helm/DEVEL/mathml_editor/test/Makefile.am
helm/DEVEL/mathml_editor/test/Makefile.in
helm/DEVEL/mathml_editor/test/editor.cc
helm/DEVEL/mathml_editor/test/guiGTK.c
helm/DEVEL/mathml_editor/test/main.cc [deleted file]
helm/DEVEL/mathml_editor/xsl/tml-mmlp.xsl