petersalex27 / yew

Yew: Strongly and Statically and Dependently Typed, Functional Language
MIT License
1 stars 0 forks source link

parser #8

Open petersalex27 opened 9 months ago

petersalex27 commented 9 months ago

Implement parser. high level: convert token stream (from lexical analysis) to AST

petersalex27 commented 9 months ago

Parsing algorithm?

petersalex27 commented 6 months ago

Parsing is currently being done in two passes.

First Pass:

Second Pass: