Renamed package 'greg' to 'regex'

This commit is contained in:
2025-01-30 09:15:29 -05:00
parent ca8d32cd7f
commit aef8152fc1
13 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"slices"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import "fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package greg
package regex
import "errors"

View File

@@ -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