-
Notifications
You must be signed in to change notification settings - Fork 15
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
Define Maia grammars for messages #133
Comments
The proposal in #113 would come out to be significantly more complicated.
|
The proposal in #84 would look like:
This definition would restrict TupleLengths to being either 1, 2, 4, or 8 bytes long |
Combining #113 and #84 would look like:
This definition would restrict TupleLengths to being either 1, 2, 4, or 8 bytes long |
This is probably irrelevant if I switch to msgpack |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is our current definition (as near as I can tell). I chose Maia for this because it allows for limited context sensitivity, rather than needing a semantic analyzer in addition. This should make my grammar Bounded Enumerable.
The text was updated successfully, but these errors were encountered: