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

fixing decrementation and testing #7

Merged
merged 1 commit into from
Mar 7, 2019
Merged

fixing decrementation and testing #7

merged 1 commit into from
Mar 7, 2019

Conversation

jasonwilliams
Copy link
Member

@jasonwilliams jasonwilliams commented Mar 7, 2019

@songzhi you might be interested to know i fixed a bug that was related to your PR, when the lexer comes across a -- it only advances 1 place, so it ends up lexing the second -.

So the tokens end up being [Dec, Sub] instead of just [Dec]

this PR fixes it

@jasonwilliams jasonwilliams merged commit af28263 into master Mar 7, 2019
@jasonwilliams jasonwilliams deleted the decrementFix branch October 16, 2019 10:17
Razican added a commit that referenced this pull request May 11, 2020
# This is the 1st commit message:

The interpreter is now modular.

# The commit message #2 will be skipped:

# Moved array declarations to their own module

# The commit message #3 will be skipped:

# Added ArrowFunctionDecl

# The commit message #4 will be skipped:

# Removed the `Executor` trait, and added the `Assign` operator

# The commit message #5 will be skipped:

# Fixed documentation links

# The commit message #6 will be skipped:

# Added `BinOp` execution, and made operators `Copy`.

# The commit message #7 will be skipped:

# Moved `Node` executor to its own `Executable` implementation
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