Tons of stuff. Regex still a work in progress, along with related template member function scoping bugs
This commit is contained in:
1
tests/test_conversions.expected_results
Normal file
1
tests/test_conversions.expected_results
Normal file
@@ -0,0 +1 @@
|
||||
A
|
||||
8
tests/test_conversions.krak
Normal file
8
tests/test_conversions.krak
Normal file
@@ -0,0 +1,8 @@
|
||||
import io:*
|
||||
import conversions:*
|
||||
|
||||
|
||||
fun main():int {
|
||||
println(to_char(65))
|
||||
return 0
|
||||
}
|
||||
Reference in New Issue
Block a user