|
@@ -79,7 +79,7 @@ By the way, if you're curious what these terminals signify, they are roughly equ |
|
|
|
|
|
|
|
|
Lark will accept this, if you really want to complicate your life :) |
|
|
Lark will accept this, if you really want to complicate your life :) |
|
|
|
|
|
|
|
|
(You can find the original definitions in [common.g](/lark/grammars/common.g).) |
|
|
|
|
|
|
|
|
(You can find the original definitions in [common.lark](/lark/grammars/common.lark).) |
|
|
|
|
|
|
|
|
Notice that terminals are written in UPPER-CASE, while rules are written in lower-case. |
|
|
Notice that terminals are written in UPPER-CASE, while rules are written in lower-case. |
|
|
I'll touch more on the differences between rules and terminals later. |
|
|
I'll touch more on the differences between rules and terminals later. |
|
|