More work on grammer and standard library! It can kinda load grammer now! Kinda. Marcus ran into the function pointer returns pointer ambiguity, so that'll have to be done tomorrow.
This commit is contained in:
6
tests/test_lambda_pointer.krak
Normal file
6
tests/test_lambda_pointer.krak
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
fun main():int {
|
||||
var wr: fun():int*
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user