diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-10 00:47:58 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-10 00:47:58 +0300 |
commit | ff198abd8fc9e2019c2f3ef9b7e74206ecdb99b7 (patch) | |
tree | 3ea7c05e54d00bf2d70cec7c88442402f9916a55 /README.md | |
parent | 521e6da1f6c9c964abca5bac22ce62823c276c1f (diff) |
Push/pop state, full json examplev0.0.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,4 +3,6 @@ Universal lexer for Golang Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE) -TODO: Write brief documentation. For now - watch video and [/examples](https://github.com/neonxp/unilex/tree/master/example) directory. +Examples: [/examples](https://github.com/neonxp/unilex/tree/master/example) directory. + + |