Show
Ignore:
Timestamp:
04/15/07 19:13:59 (1 year ago)
Author:
pragma
Message:

OLD code commit in preparation for the next phase...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/enki/enki.bnf

    r240 r277  
    198198String 
    199199    = String text 
    200     ::= "\"" {  AnyChar}:text "\""
     200    ::= (  "\"" |  "\'"):~delim  {  AnyChar}:text.delim
    201201 
    202202HexExpr