summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-24 04:12:03 +0330
committerA404M <ahmadmahmoudiprogrammer@gmail.com>2025-01-24 04:12:03 +0330
commit5d46c19b25a05a289ccecfa38bc0be849af87877 (patch)
tree04498dd1e3ece62449f96864c0c8d1bd7ebc37f4 /test
parent76272a881916b466f42f78ba16c696a843628d08 (diff)
add types and type checking (not complete)
Diffstat (limited to 'test')
-rw-r--r--test/main.felan7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/main.felan b/test/main.felan
index 6d26e52..92881c9 100644
--- a/test/main.felan
+++ b/test/main.felan
@@ -1,8 +1,3 @@
-main :: () -> void {
- print;
-};
-
-a :: (b:void,c:void) -> void {
- print;
+main : ()->void : () -> void {
print;
};