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
This commit is contained in:
@@ -4,5 +4,6 @@ import conversions:*
|
||||
|
||||
fun main():int {
|
||||
println(to_char(65))
|
||||
println(to_int('B'))
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user