]> granicus.if.org Git - yasm/commit
Start C conversion. Eliminate bootstrap files.
authorPeter Johnson <peter@tortall.net>
Sun, 7 Apr 2002 22:46:31 +0000 (22:46 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 7 Apr 2002 22:46:31 +0000 (22:46 -0000)
commit910d5c64aabb8acffccc3a98ff09969226ff26bb
treecc7f5a1c3514cbf87a11f4a04ee536c10c2b226e
parent7cd8fdd1a0b542397090717925dc75cac586fda9
Start C conversion.  Eliminate bootstrap files.

svn path=/trunk/yasm/; revision=577
13 files changed:
tools/re2c/actions.c [moved from tools/re2c/actions.cc with 100% similarity]
tools/re2c/bootstrap/parser.cc [deleted file]
tools/re2c/bootstrap/scanner.cc [deleted file]
tools/re2c/bootstrap/y.tab.h [deleted file]
tools/re2c/code.c [moved from tools/re2c/code.cc with 100% similarity]
tools/re2c/dfa.c [moved from tools/re2c/dfa.cc with 100% similarity]
tools/re2c/main.c [moved from tools/re2c/main.cc with 100% similarity]
tools/re2c/parser.cc [deleted file]
tools/re2c/re2c.c [new file with mode: 0644]
tools/re2c/scanner.cc [deleted file]
tools/re2c/substr.c [moved from tools/re2c/substr.cc with 100% similarity]
tools/re2c/translate.c [moved from tools/re2c/translate.cc with 100% similarity]
tools/re2c/y.tab.h [deleted file]