The alphabet type is now communicated from the frontend to the backend using a
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 29 Apr 2007 23:25:14 +0000 (23:25 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sun, 29 Apr 2007 23:25:14 +0000 (23:25 +0000)
commit8e1bec801a765524c4e3abbf804d93aef25236d4
treeb6382e010a6a834b911eb5f17bb63d68b4612082
parent3ad525a61bae11fb8f642c77f5a96b309b567a3b
The alphabet type is now communicated from the frontend to the backend using a
one-word internal name instead of an array offset.

The Ruby host language types were just copied from Java. Reduced them to two
basic types: char and int, both signed.

git-svn-id: http://svn.complang.org/ragel/trunk@213 052ea7fc-9027-0410-9066-f65837a77df0
12 files changed:
common/common.cpp
common/common.h
ragel/main.cpp
ragel/parsedata.cpp
ragel/rlscan.rl
ragel/xmlcodegen.cpp
redfsm/gendata.cpp
redfsm/xmlparse.kl
rlgen-cd/main.cpp
rlgen-dot/main.cpp
rlgen-java/main.cpp
rlgen-ruby/main.cpp