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

Removed Position attributes from the Expr structs #2

Merged
merged 1 commit into from
Sep 29, 2018
Merged

Removed Position attributes from the Expr structs #2

merged 1 commit into from
Sep 29, 2018

Conversation

someguynamedmatt
Copy link
Contributor

  • Removed the Position (start and end) attributes from the Expr struct as it didn't seem like they were currently necessary.

  • Nested blocks (i.e. if statements) now get parsed correctly

@jasonwilliams jasonwilliams merged commit 26db2be into boa-dev:master Sep 29, 2018
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
Razican added a commit that referenced this pull request Aug 6, 2020
# This is the 1st commit message:

Started with the test262 tester

# The commit message #2 will be skipped:

# Added initial executor
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.

2 participants