Initial Commit

This commit is contained in:
bluepython508
2026-02-10 10:55:22 +00:00
commit 5930ffd357
9 changed files with 1011 additions and 0 deletions

4
bundle/init.janet Normal file
View File

@@ -0,0 +1,4 @@
(if (dyn :install-time-syspath)
(use @install-time-syspath/spork/declare-cc)
(use spork/declare-cc))
(dofile "project.janet" :env (jpm-shim-env))