Can now embed the negative sense of a condition.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 28 Apr 2007 20:51:42 +0000 (20:51 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Sat, 28 Apr 2007 20:51:42 +0000 (20:51 +0000)
commitce3d729dadb8404b7da8bef4eaef29d4c34ed491
treef07ebbbb41e854c9fecb8a2526c609523b86cd67
parent1bbf8912fd53432ef86e0382dfb6e85087b7acb6
Can now embed the negative sense of a condition.

Added new condition embedding syntax:
    expr inwhen cond     - The transitions into the machine (starting transitions).
    expr outwhen cond    - The pending transitions out of the machine.

git-svn-id: http://svn.complang.org/ragel/trunk@205 052ea7fc-9027-0410-9066-f65837a77df0
ragel.vim
ragel/fsmap.cpp
ragel/fsmgraph.cpp
ragel/fsmgraph.h
ragel/parsetree.cpp
ragel/parsetree.h
ragel/rlparse.kh
ragel/rlparse.kl
ragel/rlscan.rl