Slide 62
Slide 62 text
Action
● A parser generated by Bison, if left unmodified, only tells you
whether the input adheres to the grammar or not
○ It does not create an AST, nor does it save any
information necessary for subsequent processing
● You can write programs in {} following each grammar rule
● Can use $n or @n, as the values of symbols in grammar
○ This feature is known as (Numbered) References