-
Notifications
You must be signed in to change notification settings - Fork 159
Update README in Lesson 1.3 #4805
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
base: develop
Are you sure you want to change the base?
Conversation
Line 188: Why are there so many AST representations? Lines 188-189: Should we mention Lines 209-211: I could not find any other reference to Lines 213-214: I added this sentence, but i am not 100% certain it is true. Lines 451-452: Compiling with flag Lines 478-502: I didn't get an error when parsing after compilation with bison flags on. When compiling with flag |
da10a1f
to
cbe2eb9
Compare
are not supported by Bison. | ||
``` | ||
|
||
We now have a second warning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiling with flag --gen-bison-parser
or --gen-glr-bison-parser
gives an additional warning. Could you say something about it?
) | ||
``` | ||
|
||
In this case, we get both ASTs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't get an error when parsing after compilation with bison flags on. When compiling with flag --gen-glr...
i get two ASTs, correct?
No description provided.