Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL does not work as indicated in the README example #33

Open
diegozea opened this issue Sep 6, 2019 · 1 comment
Open

REPL does not work as indicated in the README example #33

diegozea opened this issue Sep 6, 2019 · 1 comment

Comments

@diegozea
Copy link

diegozea commented Sep 6, 2019

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,

@domschl
Copy link

domschl commented Sep 14, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants