diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2021-05-27 23:15:42 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2021-05-27 23:15:42 +0900 |
commit | bf857cea8bf440887ded08f21bf4112e071d0c94 (patch) | |
tree | 8140a39fe3b6d2790cfd4a3b67489427d3faefe6 /README.md | |
parent | Allow duplicate names between fragments and non-fragments (diff) | |
download | tre-bf857cea8bf440887ded08f21bf4112e071d0c94.tar.gz tre-bf857cea8bf440887ded08f21bf4112e071d0c94.tar.xz |
Add example lexical specification
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -101,6 +101,10 @@ for { } ``` +## More Practical Usage + +See also [this example](example/README.md). + ## Lexical Specification Format The lexical specification format to be passed to `maleeni compile` command is as follows: |