Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonxp/unilex
Universal lexer for Golang
https://github.com/neonxp/unilex
Last synced: about 1 month ago
JSON representation
Universal lexer for Golang
- Host: GitHub
- URL: https://github.com/neonxp/unilex
- Owner: neonxp
- Created: 2021-03-06T19:29:47.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T19:17:36.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T08:20:51.309Z (7 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UniLex
Universal lexer for GolangBased 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.