-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add initial protocol syntax. #26
base: master
Are you sure you want to change the base?
Conversation
|
OK, here's a detailed +get-limb pattern for the above:
Right now it crashes here. What it needs to do is either continue the search in the payload or replace in the payload to the argument. The former alters the behavior of +get-limb. It shouldn't break anything that doesn't already work. The latter edits the AST either at parse time or (more likely) at mint time. |
This is a summary of the current situation: A
which is converted into the AST
The intent is to Resolving Some possible points of attack on this problem:
|
Target initial syntax:
Later on, I want to expand
protocol
syntax and have notes for that, but first let's get it working.