aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorbakpakin <calsrose@gmail.com>2022-07-08 09:49:56 -0500
committerbakpakin <calsrose@gmail.com>2022-07-08 09:49:56 -0500
commit69853c8e5cfe4085a04ae0cda89a9d018a3c33c1 (patch)
tree2cd8728bcef6e0ce875b5b74c168a25367636963 /tools
parentAdd toggle macro. (diff)
parentFix #996 - linking command works on busybox. (diff)
Merge branch 'master' of github.com:janet-lang/janet
Diffstat (limited to 'tools')
-rwxr-xr-x[-rw-r--r--]tools/format.sh0
-rw-r--r--tools/tm_lang_gen.janet1
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/format.sh b/tools/format.sh
index 37e03f26..37e03f26 100644..100755
--- a/tools/format.sh
+++ b/tools/format.sh
diff --git a/tools/tm_lang_gen.janet b/tools/tm_lang_gen.janet
index 9c0f6161..29c6292d 100644
--- a/tools/tm_lang_gen.janet
+++ b/tools/tm_lang_gen.janet
@@ -17,6 +17,7 @@
"quote"
"quasiquote"
"unquote"
+ "upscope"
"splice"]
(all-bindings)))
(def allsyms (dyn :allsyms))