X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=Lexsyntax.x;h=88f0e2d714f9a304daae1337c4ff2897ccece5a8;hp=2d4ef67758974929d70389241cb78382e0e1a8cf;hb=565fbd61dca527c23888e08783d0d91cee458524;hpb=9d0e3c89b286456549c68a816d0729f193498f6a diff --git a/Lexsyntax.x b/Lexsyntax.x index 2d4ef67..88f0e2d 100644 --- a/Lexsyntax.x +++ b/Lexsyntax.x @@ -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