Parse comment for docs? #732
Unanswered
SeokminHong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to parse a simple pseudocode to generate codes. For the following pseudocode:
I want to generate the following parse tree:
Currently, I made a simple
.pest
file like the one below:When I tried to add
doc
forfunction
, it couldn't recognize the token because of theCOMMENT
. How can I parse doc comments?Beta Was this translation helpful? Give feedback.
All reactions