1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-29 14:47:42 +00:00

Merge branch 'master' into compile-opt

This commit is contained in:
Calvin Rose
2024-10-12 07:58:43 -05:00
9 changed files with 271 additions and 220 deletions

View File

@@ -0,0 +1 @@
(def abc 123)

View File

@@ -0,0 +1,7 @@
(defn install
[manifest &]
(bundle/add-file manifest "badmod.janet"))
(defn check
[&]
(error "Check failed!"))