pdarragh / Kelpy

A parser and interpreter for a made-up Polish prefix language.
1 stars 0 forks source link

Multiple braces #2

Open pdarragh opened 9 years ago

pdarragh commented 9 years ago

Allow for multiple types of braces. Check that they match up appropriately against each other. Or maybe take the first set of braces and use those to determine what to use for the rest of the braces. Something like that.

pdarragh commented 9 years ago

I'm not sure this is really necessary... it'd be a fun side-project to implement, but I'm putting it off for now.

pdarragh commented 9 years ago

This is somewhat implemented in development now... but it seems that all braces are completely interchangeable. I haven't decided if this is the desired method of parsing things now or not.