Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimbusec-oss/lexer
This code is based on the talk `Lexical Scanning in Go` from Rob Pike. It provides most of the basic building blocks to assemble a lexer as outlined in the talk.
https://github.com/nimbusec-oss/lexer
Last synced: about 1 month ago
JSON representation
This code is based on the talk `Lexical Scanning in Go` from Rob Pike. It provides most of the basic building blocks to assemble a lexer as outlined in the talk.
- Host: GitHub
- URL: https://github.com/nimbusec-oss/lexer
- Owner: nimbusec-oss
- License: mit
- Created: 2016-09-05T09:12:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T22:23:58.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T12:35:36.980Z (7 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lexical Scanning in Go
This code is based on the talk `Lexical Scanning in Go` from Rob Pike. It provides most of the basic building blocks to assemble a lexer as outlined in the talk.