X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=Lexsyntax.x;h=88f0e2d714f9a304daae1337c4ff2897ccece5a8;hp=00277a9c306432c3c5bf8baf9347c119a74b196a;hb=565fbd61dca527c23888e08783d0d91cee458524;hpb=e9be0603d9dbd1caa6a0032cad0e39815cb8f38d diff --git a/Lexsyntax.x b/Lexsyntax.x index 00277a9..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