This website requires JavaScript.
Explore
Help
Sign In
miloignis
/
kraken
Watch
1
Star
0
Fork
0
You've already forked kraken
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d2b12fea3536f5083dce64bcadfd9c381404e776
kraken
/
tests
/
test_lambda_pointer.krak
7 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix vector addEnd so that it increments size AFTER the resize and resize() doesn't copy_construct an invalid item, which only SOMETIMES failes
2015-07-04 12:59:05 -04:00
import io:*
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.
2015-07-04 03:21:36 -04:00
fun main():int {
var wr: fun():int*
return 0
}
Reference in New Issue
Copy Permalink