diff options
| author | 2022-07-08 09:49:56 -0500 | |
|---|---|---|
| committer | 2022-07-08 09:49:56 -0500 | |
| commit | 69853c8e5cfe4085a04ae0cda89a9d018a3c33c1 (patch) | |
| tree | 2cd8728bcef6e0ce875b5b74c168a25367636963 /tools | |
| parent | Add toggle macro. (diff) | |
| parent | Fix #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.sh | 0 | ||||
| -rw-r--r-- | tools/tm_lang_gen.janet | 1 |
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)) |
