]> ruin.nu Git - proglang.git/blobdiff - Lexsyntax.x
removed NoType and EDefault and added assert
[proglang.git] / Lexsyntax.x
index 2d4ef67758974929d70389241cb78382e0e1a8cf..88f0e2d714f9a304daae1337c4ff2897ccece5a8 100644 (file)
@@ -16,7 +16,7 @@ $i = [$l $d _ ']          -- identifier character
 $u = [\0-\255]          -- universal: any character
 
 @rsyms =    -- symbols and non-identifier-like reserved words
-   \= | \; | \{ | \} | \( | \) | \+ \+ | \- \- | \- | \! | \< | \< \= | \> | \> \= | \= \= | \! \= | \+ | \* | \/
+   \; | \{ | \} | \= | \( | \) | \+ \+ | \- \- | \- | \! | \< | \< \= | \> | \> \= | \= \= | \! \= | \+ | \* | \/
 
 :-
 "//" [.]* ; -- Toss single line comments