Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.