unilex/README.md

9 lines
231 B
Markdown
Raw Permalink Normal View History

2021-03-06 22:35:10 +03:00
# UniLex
Universal lexer for Golang
Based on Rob Pike's awesome video [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE)
2021-03-10 00:47:58 +03:00
Examples: [/examples](https://github.com/neonxp/unilex/tree/master/example) directory.