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

[compiler] Implement compileCallExpression #329

Open
hihiboss opened this issue Feb 17, 2019 · 1 comment
Open

[compiler] Implement compileCallExpression #329

hihiboss opened this issue Feb 17, 2019 · 1 comment
Assignees
Labels
help wanted Extra attention is needed important
Milestone

Comments

@hihiboss
Copy link
Member

Subject
compiler

Detail
Implement compileCallExpression() in translate/compiler.go.

If you meet call expression, push the next pc and compile call expression.

@hihiboss hihiboss added help wanted Extra attention is needed important labels Feb 17, 2019
@junbeomlee junbeomlee added this to the v0.1.0 milestone Feb 17, 2019
@boohyunsik boohyunsik self-assigned this Feb 17, 2019
@junbeomlee junbeomlee removed this from the v0.1.0 milestone Feb 21, 2019
@hihiboss hihiboss added this to the v0.2.0 milestone Feb 23, 2019
@hihiboss
Copy link
Member Author

hihiboss commented Mar 3, 2019

Some policy is changed!
If the heap tracer is implemented, I'll notify about this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed important
Projects
None yet
Development

No branches or pull requests

3 participants