Only allow .odin files to be parsed

This commit is contained in:
gingerBill
2016-07-21 00:38:15 +01:00
parent cbd82e3c02
commit 51d0532c3e
3 changed files with 36 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
import "test"
add :: proc(a, b: int) -> int {
return a + b;
}