to indicate what portion of it is now parsed
@@ -19,3 +19,10 @@
<binexpr> :=
/* actual grammar encoded in program */
<program> := <statements> EOF
<statements> := <statement> | <statement> SEP <statements>
<let_expression> := let <identifier> = <rhs>
<rhs> := <num_literal> | <str_literal> | <identifier>
The note is not visible to the blocked user.