aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 172ce9b63ae08e291f2fe108aa0316be2f76f957 (plain) (blame)
1
2
3
4
5
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.