Skip to content

Commit

Permalink
Update chumsky dependency to version 0.9.2
Browse files Browse the repository at this point in the history
- Update the chumsky dependency in Cargo.toml from version 0.8.0 to version 0.9.2.
- Modify the comb.rs file to use the new whitespace() function instead of tokens::whitespace().repeated().
- Add a new whitespace() function that returns a parser for parsing whitespace tokens.
- Make other minor changes to improve code readability and maintainability.

This commit updates the chumsky dependency to version 0.9.2, modifies the comb.rs file, and adds a new whitespace() function for parsing whitespace tokens.
  • Loading branch information
mental32 committed Sep 29, 2023
1 parent 6075eb1 commit c2a6ff1
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 535 deletions.
Loading

0 comments on commit c2a6ff1

Please sign in to comment.