Talk:Redivider
Jump to navigation
Jump to search
Implementation questions
Should the language allow multiple declarations with same name, but different argument counts? (Overloading) --MizardX 00:06, 11 November 2008 (UTC)
- {ehird} ^ no
What do do when trying to call a declaration while a variable shadows it's name? --MizardX 00:06, 11 November 2008 (UTC)
- {ehird} ^ try to call the variable, and fail if it's not a parser
How to run the "program"? E.g. select a starting predicate and an input string. --MizardX 00:08, 11 November 2008 (UTC)
- {ehird} just make it run main with a string being stdin, and print the result
Other stuff
Shouldn't <wexpr> "[" <piexpr> "]" have it's own non-terminal? --MizardX 00:06, 11 November 2008 (UTC)
- {ehird} ^ probably