mirror of
https://github.com/janet-lang/janet
synced 2025-11-01 08:03:02 +00:00
Allow parser to parse files rather than just a repl. I think
there are some memory leak issues (problems with gc).
This commit is contained in:
@@ -1 +1,6 @@
|
||||
(: f (fn [x] (strcat (tostring x) "-abumba")))
|
||||
|
||||
(: i 100)
|
||||
(while (> i 0) (print i) (: i (- i 1)))
|
||||
|
||||
(print (strcat (tostring (+ 1 2 3)) 'a 'b (f 'c)))
|
||||
|
||||
Reference in New Issue
Block a user