Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multi-line comment support to parser
Copied this straight from Pest itself so must be right 😅 https://github.com/pest-parser/pest/pull/332/files Tested against ``` /* 1-line multiline comment */ /* N-line multiline comment */ /* // Line comment inside multiline /* (Multiline inside) multiline */ */ ``` Testing steps - * `cargo build` * `make run` * `scripts/local-run` with above inputs Fixes rtyler#58
- Loading branch information