Skip to content

fix: Update newline matching in lexer to support both LF and CRLF#56

Merged
Yang-Emily merged 3 commits intomainfrom
18-parse-error-when-changing-a-number-in-an-example
Sep 17, 2025
Merged

fix: Update newline matching in lexer to support both LF and CRLF#56
Yang-Emily merged 3 commits intomainfrom
18-parse-error-when-changing-a-number-in-an-example

Conversation

@Silvan-M
Copy link
Copy Markdown
Collaborator

@Silvan-M Silvan-M commented Aug 20, 2025

Fix of #18

Apparently the parser was missing a definition to catch carriage return characters which are generated on windows upon changing something in the editor, which caused a parse error.

Thanks to @azable to figuring this out!

Notes:

@Silvan-M Silvan-M linked an issue Aug 20, 2025 that may be closed by this pull request
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.

Parse error when changing a number in an example

2 participants