Skip to content

Commit

Permalink
Some small changes suggested in review. Major ones:
Browse files Browse the repository at this point in the history
- Added constant shadowing check in let declarations.
- Added "self" check in field access so that "self" is considered a contract/trait access only when "self" is not in the runtime environment.
Note that extends functions are currently not supported by the interpreter.
- Added negative test case of a constant being shadowed by a let statement.
  • Loading branch information
jeshecdom committed Aug 12, 2024
1 parent 391b56e commit c7c435a
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 176 deletions.
Loading

0 comments on commit c7c435a

Please sign in to comment.