Skip to content

Operator precedence parser #252

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

Merged
1 commit merged into from
Mar 7, 2011
Merged

Operator precedence parser #252

1 commit merged into from
Mar 7, 2011

Conversation

marijnh
Copy link
Contributor

@marijnh marijnh commented Mar 7, 2011

This somewhat simplifies the parser and, more importantly, makes it easy for the pretty-printer to fetch precedences.

The handling of the table is ugly, as Rust doesn't allow non-primitive consts, and the immutable thing has to be passed around.

Tests seem to pass, but valgrind always complains on my system, and I'm not completely sure how to interpret the output.

keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this pull request Dec 12, 2017
…lexcrichton

Add several pthread functions for DragonFly/FreeBSD

These are needed in order to fix/implement the guard page code of Rust
for DragonFly.
dlrobertson pushed a commit to dlrobertson/rust that referenced this pull request Nov 29, 2018
Fixed a typo in Inherent Implementations
Aaron1011 pushed a commit to Aaron1011/rust that referenced this pull request Oct 26, 2020
djtech-dev pushed a commit to djtech-dev/rust that referenced this pull request Dec 9, 2021
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this pull request Mar 7, 2023
This pull request was closed.
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