Split the XML parsing, reduced fsm, and the code generation data structures out
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Feb 2007 03:50:18 +0000 (03:50 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Fri, 2 Feb 2007 03:50:18 +0000 (03:50 +0000)
commit27ed5b0797710dfca5de81d7391f5a24955deae3
tree7e80735cd599b043de116d3c5e7347ce730ce50c
parent99f1176db0b96d83019260c90cdff62897c5b366
Split the XML parsing, reduced fsm, and the code generation data structures out
of rlcodegen.

git-svn-id: http://svn.complang.org/ragel/trunk@51 052ea7fc-9027-0410-9066-f65837a77df0
12 files changed:
configure
configure.in
redfsm/Makefile.in [new file with mode: 0644]
redfsm/gendata.cpp [moved from rlcodegen/gendata.cpp with 100% similarity]
redfsm/gendata.h [moved from rlcodegen/gendata.h with 100% similarity]
redfsm/redfsm.cpp [moved from rlcodegen/redfsm.cpp with 100% similarity]
redfsm/redfsm.h [moved from rlcodegen/redfsm.h with 100% similarity]
redfsm/xmlparse.kh [moved from rlcodegen/xmlparse.kh with 100% similarity]
redfsm/xmlparse.kl [moved from rlcodegen/xmlparse.kl with 100% similarity]
redfsm/xmlscan.rl [moved from rlcodegen/xmlscan.rl with 100% similarity]
redfsm/xmltags.gperf [moved from rlcodegen/xmltags.gperf with 100% similarity]
rlcodegen/Makefile.in