https://github.com/tomnomnom/rplex
A simple general purpose lexer library for Go
https://github.com/tomnomnom/rplex
Last synced: 29 days ago
JSON representation
A simple general purpose lexer library for Go
- Host: GitHub
- URL: https://github.com/tomnomnom/rplex
- Owner: tomnomnom
- License: mit
- Created: 2016-08-11T21:55:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T09:01:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T01:23:15.309Z (about 2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
- Contributing: CONTRIBUTING.mkd
- License: LICENSE
Awesome Lists containing this project
README
# rplex
[](https://travis-ci.org/tomnomnom/rplex)
rplex is a simple general purpose lexer library inspired by the talk [Lexical Scanning in Go](https://www.youtube.com/watch?v=HxaD_trXwRE) by Rob Pike.
At this stage it's just a toy.