- Start with Bob Nystrom's Bantam.
- Port to F# and flip the expression problem around.
- ????
- Profit!
Most contemporary Pratt parser examples use the OO style. I wanted to see what it looks like in a purely funtional style. The code isn't as tidy as I'd like yet, but the tests pass, and I'll work on cleaning it up as I get time.