-
Notifications
You must be signed in to change notification settings - Fork 18
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
[feature] Implement a Real Interpreter #17
Comments
/assign |
I want to use goyacc to generate a parser for the interpreter. |
we need to first |
Sure. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/priority p3
/kind feature
We implement a simple interpreter based on the string comparison, which is not robust. We need to implement a real one.
The text was updated successfully, but these errors were encountered: