Spakman / urchin

A Unix shell for Ruby programmers.
http://spakman.github.com/urchin/
GNU General Public License v3.0
36 stars 1 forks source link

Make Urchin multi-line aware #15

Open Spakman opened 11 years ago

Spakman commented 11 years ago

Currently, a command like:

ls |<return>

will actually execute, rather than accept the next thing in the pipeline. Additionally, trying to enter inline Ruby on more than one line will raise an exception.

Making the parser multi-line aware is also the first step in being able to parse (nice) function definitions.