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

git-svn-id: http://svn.complang.org/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 [new file with mode: 0644]
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