unilex/README.md
Alexander Kiryukhin 8399e3834b
Create README.md
2021-03-06 22:35:10 +03:00

7 lines
278 B
Markdown

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