tsuki-lang / tsuki

An elegant, robust, and efficient programming language, that just lets you get things done.
MIT License
29 stars 2 forks source link

Indentation sensitivity #1

Closed liquidev closed 3 years ago

liquidev commented 3 years ago

This adds an indentation sensitive parser to the language and alters its syntax so that end is not needed. proc still requires you to use the special => syntax if you want to return a single expression though; in my opinion the intent is more clear that way.

liquidev commented 3 years ago

this.

lol didn't expect this to pop up here