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

Parser and Interpreter don't know how identify the end of function #9

Open
marioidival opened this issue Dec 15, 2017 · 0 comments
Open

Comments

@marioidival
Copy link
Owner

marioidival commented Dec 15, 2017

This issue is important to execute #5

In scenario of file, example of error:

(defn mult2 [num] (* num 2))
(defn result [y] (mult2 y))
(result 4)

Just first definition is evaluate by interpreter and the rest it's recognize as body of mult2 function.

@marioidival marioidival added this to the v0.1.0 milestone Dec 15, 2017
@marioidival marioidival modified the milestones: v0.1.0, v0.2.0 Jan 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant