Skip to content

Commit

Permalink
Add note about "unbalanced" parentheses in scanning stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Jun 20, 2024
1 parent a0f0d12 commit d751ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ stages:
### Notes
- This output format matches the spec in the [book's repository](https://github.com/munificent/craftinginterpreters/tree/01e6f5b8f3e5dfa65674c2f9cf4700d73ab41cf8/test/scanning)
- When scanning for tokens, it's valid to have "unbalanced" parentheses. When we get to parsing expressions in later stages, these cases will be highlighted as errors.
# A description of this stage that is used on the course overview page and other marketing material. Markdown supported.
marketing_md: |-
Expand Down

0 comments on commit d751ce7

Please sign in to comment.