LispSyntax.jl icon indicating copy to clipboard operation
LispSyntax.jl copied to clipboard

REPL does not work as indicated in the README example

Open diegozea opened this issue 6 years ago • 1 comments

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,

diegozea avatar Sep 06 '19 13:09 diegozea

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.

domschl avatar Sep 14 '19 17:09 domschl