diff --git a/core/parser/parser.factor b/core/parser/parser.factor index 487d75cc6c..454c8be6e9 100755 --- a/core/parser/parser.factor +++ b/core/parser/parser.factor @@ -161,12 +161,13 @@ SYMBOL: interactive-vocabs "arrays" "assocs" "combinators" + "compiler" "compiler.errors" + "compiler.units" "continuations" "debugger" "definitions" "editors" - "generic" "help" "inspector" "io" @@ -174,6 +175,7 @@ SYMBOL: interactive-vocabs "kernel" "listener" "math" + "math.order" "memory" "namespaces" "prettyprint"