-
- Downloads
Unify handling of command-less input in ProBKernel
There is now a single preprocessInput method that is responsible for adding a command prefix to any input that doesn't already have one. This simplifies the implementations of (eval|inspect|complete)Internal somewhat, because they can now assume that the input (after preprocessing) always starts with a command name.
Please register or sign in to comment