diff --git a/examples/hello.modal b/examples/hello.modal index f6adc9f..f58037f 100644 --- a/examples/hello.modal +++ b/examples/hello.modal @@ -1,4 +1,4 @@ -<> (lang_name) (Modal) <> (?: print) () -(Welcome to lang_name \nHave fun! \n) print +(Welcome to Modal! +Have fun.\n) print diff --git a/makefile b/makefile index 75149be..297bc15 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ run: all bin/modal test: bin/modal-debug bin/modal @ bin/modal -v @ bin/modal-debug examples/test.modal "(arg1) (arg2 (arg3))" - @ time bin/modal- examples/test.modal "(arg1) (arg2 (arg3))" + @ time bin/modal examples/test.modal "(arg1) (arg2 (arg3))" install: bin/modal cp bin/modal ~/bin/ uninstall: