-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split oMiser and oFrugal grammars #56
Comments
This will be handled by having ob-exp be the full oFrugal expression and have an abbreviated version that is only for the canonical forms. The canonical form is the essential output case. It would be nice to do something about the all-lindy cases though, so they can be a pleasing output form without introducing strings and input-output. A challenge has to do with lists being built back to front :). This takes some thought. |
The full ob-exp belongs with oFrugal, where the grammar is used.
This file is to be split between CFOB.txt here and oFrugal\ob-exp.txt where there will also be integration with the REPL syntax.
The file ob-exp.txt combines two important cases that need to be separated for comprehension.
This issue and its subtasks will account for achievement of all that.
The text was updated successfully, but these errors were encountered: