Skip to content

Commit

Permalink
rename oust to reach
Browse files Browse the repository at this point in the history
  • Loading branch information
shnarazk committed Oct 28, 2023
1 parent 67160c2 commit 0bae470
Show file tree
Hide file tree
Showing 4 changed files with 30,844 additions and 31,144 deletions.
7 changes: 3 additions & 4 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,14 +371,10 @@ module.exports = grammar({
token('⍥'),
// ([1], Dip, Stack, ("dip", '⊙')),
token('dip'),
token('di'),
token('⊙'),
// ([1], Gap, Stack, ("gap", '⋅')),
token('gap'),
token('ga'),
token('⋅'),
// ([1], Oust, Planet, ("oust", '⟜')),
token('oust'),
token('⟜'),
// ([1], Invert, OtherModifier, ("invert", '⍘')),
token('invert'),
Expand All @@ -391,6 +387,9 @@ module.exports = grammar({
token('⊐'),
token('tribute'),
token('≐'),

// Since 0.24
token('reach'),
),
modifier2: $ => choice(
// (2[1], Fold, AggregatingModifier, ("fold", '∧')),
Expand Down
28 changes: 7 additions & 21 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1967,13 +1967,6 @@
"value": "dip"
}
},
{
"type": "TOKEN",
"content": {
"type": "STRING",
"value": "di"
}
},
{
"type": "TOKEN",
"content": {
Expand All @@ -1988,27 +1981,13 @@
"value": "gap"
}
},
{
"type": "TOKEN",
"content": {
"type": "STRING",
"value": "ga"
}
},
{
"type": "TOKEN",
"content": {
"type": "STRING",
"value": ""
}
},
{
"type": "TOKEN",
"content": {
"type": "STRING",
"value": "oust"
}
},
{
"type": "TOKEN",
"content": {
Expand Down Expand Up @@ -2064,6 +2043,13 @@
"type": "STRING",
"value": ""
}
},
{
"type": "TOKEN",
"content": {
"type": "STRING",
"value": "reach"
}
}
]
},
Expand Down
16 changes: 4 additions & 12 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@
"type": "deshape",
"named": false
},
{
"type": "di",
"named": false
},
{
"type": "dip",
"named": false
Expand Down Expand Up @@ -630,10 +626,6 @@
"type": "fork",
"named": false
},
{
"type": "ga",
"named": false
},
{
"type": "gap",
"named": false
Expand Down Expand Up @@ -746,10 +738,6 @@
"type": "os",
"named": false
},
{
"type": "oust",
"named": false
},
{
"type": "pack",
"named": false
Expand Down Expand Up @@ -782,6 +770,10 @@
"type": "range",
"named": false
},
{
"type": "reach",
"named": false
},
{
"type": "recv",
"named": false
Expand Down
Loading

0 comments on commit 0bae470

Please sign in to comment.