On Sat, Jul 28, 2007 at 01:48:13PM -0500, Patrick R. Michaud wrote: > Also, I'm looking at the STD.pm grammar, and I don't quite see how > or where it's handling parsing of nullary functions.
Actually, in thinking about this, there's likely to be a symbol of available barewords somewhere in the parser, and the parser will parse these as nouns/terms instead of list operators. We currently don't have that feature in the compiler yet, but I'll see about adding it soon. Pm