The conversion from the string language type which comes in from the XML file
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 4 Feb 2007 23:54:47 +0000 (23:54 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 4 Feb 2007 23:54:47 +0000 (23:54 +0000)
commit13e1fa3ebeb1c7e8d137ac5862c00c724bd6e3c2
treef4c8a7e1fbbd4a97579c80470024d6e38ab139ff
parentb70d01149099ba22747b779736cb95a9e34bda39
The conversion from the string language type which comes in from the XML file
to the hostLangType and hostLang variables is now handled by the redfsm.a
library. The code generators can use hostLang variable to check that the host
language is correct.

Adapted the line directive writing for Java and Ruby. In these languages a
comment which indicates the line number is written.

git-svn-id: http://svn.complang.org/ragel/trunk@77 052ea7fc-9027-0410-9066-f65837a77df0
redfsm/gendata.cpp
redfsm/gendata.h
redfsm/xmlparse.kl
rlcodegen/fsmcodegen.cpp
rlcodegen/main.cpp
rlgen-java/javacodegen.cpp
rlgen-java/main.cpp
rlgen-ruby/main.cpp
rlgen-ruby/rubycodegen.cpp