mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-09 18:16:32 -06:00
Transfer added guards and Eq derivation.
This commit is contained in:
@@ -16,7 +16,7 @@ $i = [$l $d _ '] -- identifier character
|
||||
$u = [\0-\255] -- universal: any character
|
||||
|
||||
@rsyms = -- reserved words consisting of special symbols
|
||||
\; | \: | \{ | \} | \= | \( | \) | \_ | \\ | \- \> | \.
|
||||
\; | \: | \{ | \} | \= | \( | \) | \_ | \| | \- \> | \\ | \.
|
||||
|
||||
:-
|
||||
"--" [.]* ; -- Toss single line comments
|
||||
|
||||
Reference in New Issue
Block a user