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

https://github.com/ik5/parser_howto

Example on how parsing works
https://github.com/ik5/parser_howto

ast golang howto howto-tutorial parser

Last synced: 10 months ago
JSON representation

Example on how parsing works

Awesome Lists containing this project

README

          

# parser_howto

The following repo is a version by version parser tutorial written in go.

Each tag represent a new step in what required in order to have a full-fledged
language that understands token, trees and syntax.