-
Notifications
You must be signed in to change notification settings - Fork 0
Real Lexical Rules
duangsuse edited this page May 7, 2018
·
2 revisions
" \u000C\r\n\t"
when 'no state' '#' comment '\n'
- TRUE keyword
true
- FALSE keyword
false
- NIL keyword
nil
- STRING value " data "
String syntax sugar:
- "Left${expression}Right" Left +:add (:lparen expression tokens ):rparen +:add Right
- "Left$label Right" Left + identifier(label) + Right
end
- QUOTE value ' data '