LispSyntax.jl
LispSyntax.jl copied to clipboard
REPL does not work as indicated in the README example
Hi,
I've found the following error while trying to run the example in the README file:
julia> using LispSyntax
julia> LispSyntax.init_repl()
ERROR: UndefVarError: init_repl not defined
Cheers,
The package in julia package manager doesn't seem to contain the repl code.
Simply use the dev version (in package manager: dev LispSyntax. That updates to 0.2.1, and repl is available.