Some bugfixes, allow overloading of [] and add that to vector and string, work on regex. Need closures before that finishes....
This commit is contained in:
9
tests/test_regex.krak
Normal file
9
tests/test_regex.krak
Normal file
@@ -0,0 +1,9 @@
|
||||
import io:*
|
||||
import regex:*
|
||||
|
||||
fun main():int {
|
||||
var reg = regex("a")
|
||||
println(reg.regexString)
|
||||
println(reg.long_match("a"))
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user