Logo
Explore Help
Sign In
miloignis/kraken
1
0
Fork 0
You've already forked kraken
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
36833ec263eeb43b98d51a5d9fc3fd98223cbd83
kraken/tests/test_regex.krak

10 lines
157 B
Plaintext
Raw Normal View History

Some bugfixes, allow overloading of [] and add that to vector and string, work on regex. Need closures before that finishes....
2015-06-08 21:47:02 -04:00
import io:*
import regex:*
fun main():int {
Fixed bug where no parameter function calls were not typechecked and function/struct name collision. Improved regex library to where it can do straight-line regexs
2015-06-12 14:16:28 -04:00
var reg = regex("ab")
println(reg.long_match("abab"))
println(reg.long_match("aab"))
Some bugfixes, allow overloading of [] and add that to vector and string, work on regex. Need closures before that finishes....
2015-06-08 21:47:02 -04:00
return 0
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 21ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API