C# patch Daniel Tang.
commitebae98a3c2affbeca0dce022fdccff326dfbb6f6
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 30 Mar 2008 20:04:15 +0000 (30 20:04 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 30 Mar 2008 20:04:15 +0000 (30 20:04 +0000)
treeae1f4ecc729c07497defb85b45c49f021c9dc238
parent8022e49d6687265eb70efa96b2b6f057c09cccd2
C# patch Daniel Tang.

git-svn-id: svn://mambo.cs.queensu.ca/ragel/trunk@420 052ea7fc-9027-0410-9066-f65837a77df0
34 files changed:
Makefile.in
common/common.cpp
common/common.h
common/config.h.in
configure
configure.in
ragel/main.cpp
ragel/parsedata.cpp
redfsm/xmlparse.kl
rlgen-csharp/Makefile.in [new file with mode: 0644]
rlgen-csharp/fflatcodegen.cpp [new file with mode: 0644]
rlgen-csharp/fflatcodegen.h [new file with mode: 0644]
rlgen-csharp/fgotocodegen.cpp [new file with mode: 0644]
rlgen-csharp/fgotocodegen.h [new file with mode: 0644]
rlgen-csharp/flatcodegen.cpp [new file with mode: 0644]
rlgen-csharp/flatcodegen.h [new file with mode: 0644]
rlgen-csharp/fsmcodegen.cpp [new file with mode: 0644]
rlgen-csharp/fsmcodegen.h [new file with mode: 0644]
rlgen-csharp/ftabcodegen.cpp [new file with mode: 0644]
rlgen-csharp/ftabcodegen.h [new file with mode: 0644]
rlgen-csharp/gotocodegen.cpp [new file with mode: 0644]
rlgen-csharp/gotocodegen.h [new file with mode: 0644]
rlgen-csharp/ipgotocodegen.cpp [new file with mode: 0644]
rlgen-csharp/ipgotocodegen.h [new file with mode: 0644]
rlgen-csharp/main.cpp [new file with mode: 0644]
rlgen-csharp/rlgen-csharp.h [copied from common/config.h.in with 53% similarity]
rlgen-csharp/splitcodegen.cpp [new file with mode: 0644]
rlgen-csharp/splitcodegen.h [new file with mode: 0644]
rlgen-csharp/tabcodegen.cpp [new file with mode: 0644]
rlgen-csharp/tabcodegen.h [new file with mode: 0644]
test/Makefile.in
test/langtrans_csharp.sh [new file with mode: 0755]
test/langtrans_csharp.txl [new file with mode: 0644]
test/runtests