Gregofi / mjolnir

Functional programming language without exotic syntax, written in Rust.
2 stars 0 forks source link

Syntax changes #26

Open Gregofi opened 3 months ago

Gregofi commented 3 months ago

Since we use lalrpop, we are limited to a LR(1) grammar. Handwritten parser would parse some currently ambigious things. Here is a list we would like to change in the future: