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 logic can be drastically simplified #9

Closed
JiachenRen opened this issue Feb 6, 2019 · 3 comments
Closed

Compiler logic can be drastically simplified #9

JiachenRen opened this issue Feb 6, 2019 · 3 comments

Comments

@JiachenRen
Copy link
Owner

  • Instead of converting binary operators to functions first, parse them on the fly, probably making use of "split".
@JiachenRen
Copy link
Owner Author

No it can't be... took me a day and I failed

@JiachenRen
Copy link
Owner Author

Time to give it another try! Should be O(n) but right now it’s more like O(n^2)

@JiachenRen JiachenRen reopened this Sep 25, 2019
@JiachenRen
Copy link
Owner Author

Nah... I gave up again.

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

1 participant