aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2022-08-08 23:52:46 +0900
committerRyo Nihei <nihei.dev@gmail.com>2022-08-08 23:52:46 +0900
commitffa153b220bdbb0c502383026f1e694e088cc2bb (patch)
tree9c73ad2eec4eb710a946b8d1516767e8087fd437
parentUpgrade Go compiler to v1.19 (diff)
downloadurubu-ffa153b220bdbb0c502383026f1e694e088cc2bb.tar.gz
urubu-ffa153b220bdbb0c502383026f1e694e088cc2bb.tar.xz
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index af7d693..9997232 100644
--- a/README.md
+++ b/README.md
@@ -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