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

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

Awesome Lists containing this project

README

        

# rplex

[![Build Status](https://travis-ci.org/tomnomnom/rplex.svg?branch=master)](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.