/bantam

Golang port of munificent's Pratt parsing demo

Primary LanguageGo

Bantam

This is a port of munificent's bantam.

It is a tiny little Go package to demonstrate the "Top Down Operator Precedence" algorithm created by Vaughan Pratt. For a full explanation, see this blog post.