diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2021-03-06 22:35:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 22:35:10 +0300 |
commit | 8399e3834b3e1f09dfa2db93a10687e6f1993917 (patch) | |
tree | cc5c68ab34394892654643a6b5e9b9a78c9cce4a /README.md | |
parent | 93740d2d153b3da3a1be5707db1400106e3f6491 (diff) |
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..172ce9b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# UniLex +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. |