Skip to content

Commit d751ce7

Browse files
committed
Add note about "unbalanced" parentheses in scanning stage
1 parent a0f0d12 commit d751ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

course-definition.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ stages:
254254
### Notes
255255
256256
- This output format matches the spec in the [book's repository](https://github.com/munificent/craftinginterpreters/tree/01e6f5b8f3e5dfa65674c2f9cf4700d73ab41cf8/test/scanning)
257+
- 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.
257258
258259
# A description of this stage that is used on the course overview page and other marketing material. Markdown supported.
259260
marketing_md: |-

0 commit comments

Comments
 (0)