troyhen / neo

Neo Programming Language
https://groups.google.com/forum/#!forum/neo-lang
12 stars 0 forks source link

Support indentation #18

Closed troyhen closed 12 years ago

troyhen commented 12 years ago

Make indentation work as a block delimiter. Block begins when indentation increases and ends on the line above a decrease in indentation. Lines without text, except for comments, are ignored. Enforce indentation characters match on each line of the block.

troyhen commented 12 years ago

Ready for something that needs it, like classes, methods, and conditional blocks.