You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sindarin/extending.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,7 @@ defaultName
126
126
127
127
We just created on script that implements a domain-specific stepping operator that steps between object parsing operations.
128
128
However, the STON parser has a variety of parsing operations that may also be interesting.
129
-
It makes little sense to group these commands under the Advanced menu, as they are domain-specific, unlike the general-purpose scripts typically found there.
129
+
Unlike the general-purpose scripts typically found in the advanced menu, they are domain-specific and it makes little sense to group these commands under that menu.
130
130
131
131
Therefore, we will build a new menu for our STON stepping scripts!
132
132
For that, we will create a generic command that we use to instantiate a new menu with the STON domain-specific stepping operators.
0 commit comments