mcenv / box

A dependently-typed programming language for Minecraft
https://mcenv.github.io/book-box/
MIT License
8 stars 0 forks source link

Tokenize pass #46

Open intsuc opened 1 year ago

intsuc commented 1 year ago

Implement a Tokenize pass before the Parse pass. Tokenize does not know mixfix operators and only generates a list of atom terms.

intsuc commented 1 year ago

Closed because considered unnecessary.