Some more work, and a --parse-only option to support the new kraken.vim vim plugin that adds Syntastic support (and syntax highlighting)

This commit is contained in:
Nathan Braswell
2015-07-03 18:34:46 -04:00
parent 2fcace72ed
commit b62c3e729f
12 changed files with 155 additions and 58 deletions

7
tests/test_fileio.krak Normal file
View File

@@ -0,0 +1,7 @@
import io:*
import string:*
fun main():int {
print(read_file(string("test_fileio.expected_results")))
return 0
}