Skip to content

Commit

Permalink
Update dependencies and regenerate parser
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and theHamsta committed Oct 5, 2023
1 parent ec6100d commit 008abfe
Show file tree
Hide file tree
Showing 3 changed files with 78,363 additions and 78,465 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@
"members": [
{
"type": "PREC_LEFT",
"value": 11,
"value": 10,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1303,7 +1303,7 @@
},
{
"type": "PREC_LEFT",
"value": 11,
"value": 10,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1336,7 +1336,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1369,7 +1369,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1402,7 +1402,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1798,7 +1798,7 @@
},
{
"type": "PREC_LEFT",
"value": 10,
"value": 9,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -1831,7 +1831,7 @@
},
{
"type": "PREC_LEFT",
"value": 10,
"value": 9,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -5839,7 +5839,7 @@
},
"pointer_expression": {
"type": "PREC_LEFT",
"value": 13,
"value": 12,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -5918,7 +5918,7 @@
"members": [
{
"type": "PREC_LEFT",
"value": 11,
"value": 10,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -5951,7 +5951,7 @@
},
{
"type": "PREC_LEFT",
"value": 11,
"value": 10,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -5984,7 +5984,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6017,7 +6017,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6050,7 +6050,7 @@
},
{
"type": "PREC_LEFT",
"value": 12,
"value": 11,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6446,7 +6446,7 @@
},
{
"type": "PREC_LEFT",
"value": 10,
"value": 9,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6479,7 +6479,7 @@
},
{
"type": "PREC_LEFT",
"value": 10,
"value": 9,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6583,7 +6583,7 @@
},
"cast_expression": {
"type": "PREC",
"value": 13,
"value": 12,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6659,7 +6659,7 @@
},
"sizeof_expression": {
"type": "PREC",
"value": 8,
"value": 13,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6706,7 +6706,7 @@
},
"alignof_expression": {
"type": "PREC",
"value": 8,
"value": 13,
"content": {
"type": "SEQ",
"members": [
Expand Down Expand Up @@ -6761,7 +6761,7 @@
},
"offsetof_expression": {
"type": "PREC",
"value": 9,
"value": 8,
"content": {
"type": "SEQ",
"members": [
Expand Down
Loading

0 comments on commit 008abfe

Please sign in to comment.