Renamed package 'greg' to 'regex'
parent
ca8d32cd7f
commit
aef8152fc1
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"slices"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import "fmt"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import (
|
||||
"fmt"
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
import "errors"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package greg
|
||||
package regex
|
||||
|
||||
type stateContents []int // Represents the contents of the current state - character classes can have multiple contents, which is why it is represented as a slice
|
||||
|
Loading…
Reference in New Issue