sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language
MIT License
167 stars 12 forks source link

`mut` keyword for declarations #63

Closed sunjay closed 7 years ago

sunjay commented 7 years ago

Though it won't be implemented until after MVP, it would be a breaking change to add the mut keyword to the syntax. To avoid that, add the keyword now and just leave it unenforced until that can be implemented.

Static checking will be added in #64.