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
Grammar doc discusses action classes but doesn't explain make/made #897
Comments
|
Also, actually, having read that I still hae no idea what e.g. method calc-op:sym ( |
The The When the parsing is done with |
|
This confused me a lot too when first learning about Grammars, at least until the Grammar Tutorial came out. I'd still like to see a simpler grammar/action example illustrating make/made though. Let me see if I can write one... |
|
@zoffixznet it can be easy adding a section in /language/grammar to point it out, but do we really need it? Note that we already have something involved mentioned in /type/Match#method_make. Besides I find issues such like #114, #1646 talking about organizing the whole documentation to be neat and in distinct levels. Should we combine these issues and put forward a workable TODO list? Anyway, in my opinion, make/made is basic usage, so they should be at least mentioned at the /language part. |
|
Actions in general, and in particular |
Possibly wants a link to https://docs.perl6.org/type/Match#method_make (thanks FROGGS for pointing me at the right FM) plus a note about it?
The text was updated successfully, but these errors were encountered: