Changeset c97cbe81a1d91cffd70753dae8bbff4898fb4736

Show
Ignore:
Timestamp:
06/23/2008 01:08:01 PM (2 months ago)
Author:
mitchell <mitchell@frost.(none)>
git-committer:
mitchell <mitchell@frost.(none)> 1214251681 -0400
git-parent:

[0085604032fa0e94dcf0e8ea91a13bfec7506dc8]

git-author:
mitchell <mitchell@frost.(none)> 1214251681 -0400
Message:

Added enqueue..commit to lua.rl's longstrings.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ext/ohcount_native/ragel_parsers/lua.rl

    r0085604 rc97cbe8  
    6363 
    6464  lua_long_string = 
    65     ('[' >lua_long_ec_res '='* $lua_long_ec_inc '[') @code ( 
     65    ('[' >lua_long_ec_res '='* $lua_long_ec_inc '[') @enqueue @code ( 
    6666      newline %{ entity = INTERNAL_NL; } %lua_ccallback 
    6767      | 
     
    6969      | 
    7070      (nonnewline - ws) @code 
    71     )* :>> (']' '='* $lua_long_ec_dec ']' when { equal_count == 0 })
     71    )* :>> (']' '='* $lua_long_ec_dec ']' when { equal_count == 0 }) @commit
    7272  lua_sq_str = 
    7373    '\'' @code (