Create README.md

This commit is contained in:
Alexander Kiryukhin 2021-03-06 22:35:10 +03:00 committed by GitHub
parent 93740d2d15
commit 8399e3834b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
README.md Normal file
View file

@ -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.