m-ender / retina

A regex-based programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suppress output of intermediate stages by default

m-ender opened this issue · comments

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).

Fixed in 193e582.