fix ln and remove unused code

This commit is contained in:
2023-03-11 12:37:02 +00:00
parent 42de489ca5
commit 3a449dec63
8 changed files with 69 additions and 127 deletions

View File

@@ -11,15 +11,6 @@ func isString(code UNPARSEcode) bool {
return stringCompile.MatchString(code.code)
}
func toStringClass(str string) ArClass {
return ArClass{
value: str,
MAP: ArMap{
"length": len(str),
},
}
}
func unquoted(
str string,
) (string, error) {