1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 07:33:01 +00:00

Make grammar tool completely generate grammar from scratch.

Remove grammar from source tree.
This commit is contained in:
Calvin Rose
2019-01-08 19:59:54 -05:00
parent b1e0849a2f
commit 5b1a3b8208
5 changed files with 63 additions and 34 deletions

View File

@@ -1671,7 +1671,7 @@ value, one key will be ignored."
(status-pp sig x f source))))
(run-context newenv chunks onsignal "repl"))
(defn all-symbols
(defn all-bindings
"Get all symbols available in the current environment."
[env &]
(default env *env*)