Skip to content

Commit

Permalink
bc: add strict (#554)
Browse files Browse the repository at this point in the history
* In yyrule list, strings were not escaped properly
* Use yyclearin() where possible to reset $yychar
* Eliminate #line directives which cause perl debugger to print misleading line numbers
* In grammar rule 84 (expr=IDENT), access $yyvs[$yyvsp] directly instead of accessing a hash inside it which doesn't exist (this is consistent with rules 86,87,etc
* Replace string-eval with block-eval in main()
  • Loading branch information
mknos committed Apr 15, 2024
1 parent e3651c1 commit 8c2e2a5
Showing 1 changed file with 115 additions and 165 deletions.

0 comments on commit 8c2e2a5

Please sign in to comment.