diff options
author | Ryo Nihei <nihei.dev@gmail.com> | 2022-08-08 23:52:46 +0900 |
---|---|---|
committer | Ryo Nihei <nihei.dev@gmail.com> | 2022-08-08 23:52:46 +0900 |
commit | ffa153b220bdbb0c502383026f1e694e088cc2bb (patch) | |
tree | 9c73ad2eec4eb710a946b8d1516767e8087fd437 /README.md | |
parent | Upgrade Go compiler to v1.19 (diff) | |
download | cotia-ffa153b220bdbb0c502383026f1e694e088cc2bb.tar.gz cotia-ffa153b220bdbb0c502383026f1e694e088cc2bb.tar.xz |
Update README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,6 +141,8 @@ a / b * 100 The test case consists of a description, an input text, and a syntax tree you expect. Each part is separated by the delimiter `---`. The syntax tree is represented by the syntax like an [S-expression](https://en.wikipedia.org/wiki/S-expression). +A text of a token is represented by a string enclosed in `'` or `"`. Within `"..."`, characters can alose be represented by Unicode code points (for instance, `\u{000A}` is LF). + Save the above test case to `test.txt` file and run the following command. ```sh |