Skip to content

Commit

Permalink
fix: precedence between signed int and infix op (#81)
Browse files Browse the repository at this point in the history
* fix: fix precedence between signed int and infix op

Closes #80

* fix infine parser recursion

* extend test cases
  • Loading branch information
Nsidorenco authored Aug 7, 2024
1 parent 01c19ed commit f1f0372
Show file tree
Hide file tree
Showing 6 changed files with 438,051 additions and 448,796 deletions.
5 changes: 3 additions & 2 deletions grammar.js
21 changes: 17 additions & 4 deletions src/grammar.json
9 changes: 4 additions & 5 deletions src/node-types.json
886,708 changes: 437,923 additions & 448,785 deletions src/parser.c
12 changes: 12 additions & 0 deletions src/scanner.c
92 changes: 92 additions & 0 deletions test/corpus/constants.txt

0 comments on commit f1f0372

Please sign in to comment.