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

Implement more integer and Boolean expressions #36

Merged
merged 7 commits into from
Jan 6, 2019
Merged

Conversation

polsys
Copy link
Owner

@polsys polsys commented Jan 5, 2019

Closes #2. Implemented integer modulus and bit manipulation, Boolean logical and general comparison operators.

Implemented parsing of && and || but did not enable them in semantic compilation. These introduce control flow to the expressions so I'm not sure whether they make sense in this project. Filing a follow-up issue for those.

There is still some refactoring to do in ExpressionCompiler but that might make more sense while implementing user-defined operators (the code is far from good but user-defined operators will cause significant churn).

@polsys polsys merged commit daedae6 into master Jan 6, 2019
@polsys polsys deleted the expressions branch January 6, 2019 11:14
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

Successfully merging this pull request may close these issues.

1 participant