Add support for block comments.

This commit is contained in:
2023-08-21 02:15:52 -07:00
parent 5f4d74008e
commit 5455846d7a
5 changed files with 43 additions and 6 deletions

View File

@ -1,3 +1,4 @@
/* fibonacci sequence */
fib = { n in
if n == 0
then 0

View File

@ -1,3 +1,4 @@
/* main function */
main = { in
three = 3
two = 2