We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb85012 commit 9c04705Copy full SHA for 9c04705
runtime/Go/antlr/v4/go.mod
@@ -1,5 +1,3 @@
1
module github.com/antlr4-go/antlr/v4
2
3
-go 1.20
4
-
5
-require golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc
+go 1.21
runtime/Go/antlr/v4/lexer_action_executor.go
@@ -4,7 +4,7 @@
package antlr
6
7
-import "golang.org/x/exp/slices"
+import "slices"
8
9
// Represents an executor for a sequence of lexer actions which traversed during
10
// the Matching operation of a lexer rule (token).
0 commit comments