zesterer / tao

A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.
https://tao.jsbarretto.com/
Mozilla Public License 2.0
1.09k stars 23 forks source link

Where is the code that does the parsing of the actual text? #27

Closed justinmchase closed 2 years ago

justinmchase commented 2 years ago

☝️

Just wanting to look and learn how to do this in rust.

zesterer commented 2 years ago

All within this file! I'm using Tao as a dog food example of my parsing library chumsky.