Made change
This commit is contained in:
15
argtype.go
Normal file
15
argtype.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package parser
|
||||
|
||||
type ArgType int
|
||||
|
||||
const (
|
||||
NoneType ArgType = iota
|
||||
StringType
|
||||
IntType
|
||||
BoolType
|
||||
Float32Type
|
||||
Float64Type
|
||||
MatchType
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user