aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 352cbe0ac52950a49ad3b0d4eecaed06dcb34358 (plain) (blame)
1
2
3
4
5
6
7
8
# UniLex
Universal lexer for Golang

Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE)

Examples: [/examples](https://github.com/neonxp/unilex/tree/master/example) directory.