evhub / rabbit

Rabbit is a modern, functional programming language built on top of Python.
13 stars 1 forks source link

Fix parenthetical indentation processing #137

Open evhub opened 10 years ago

evhub commented 10 years ago

Indentation processing should know whether an indent occurred inside of a parenthetical (grouper) or outside of it, and put the corresponding dedent token in the correct place.