newline at eof fix
This commit is contained in:
parent
922213d9c6
commit
f0f71075f1
2 changed files with 38 additions and 26 deletions
|
|
@ -69,7 +69,7 @@ stmt_list:
|
|||
;
|
||||
|
||||
stmt:
|
||||
expr { $$ = std::make_unique<ExprStmt>(std::move($1)); }
|
||||
expr NEWLINE { $$ = std::make_unique<ExprStmt>(std::move($1)); }
|
||||
;
|
||||
|
||||
expr:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue