m-ender / retina

A regex-based programming language.
MIT License
231 stars 10 forks source link

Suppress output of intermediate stages by default #19

Closed m-ender closed 9 years ago

m-ender commented 9 years ago

In complex programs a lot of bytes are wasted on prepending `;`` to every intermediate stage, which is almost always what you want, so this should probably be the default behaviour (with an option to output the intermediate result anyway).

m-ender commented 9 years ago

Fixed in 193e582aaa8c805962a852e531444f7a78527f2a.