Move SyntaxShape specifier parsing into own file (#10448)

Pure move refactor.

Followup to:
- #10511
- #10512
- #10544 
- #10548 
- #10581
This commit is contained in:
Stefan Holderbach
2023-10-05 23:31:40 +02:00
committed by GitHub
parent 4f4e8c984e
commit 399319476a
3 changed files with 307 additions and 300 deletions

View File

@@ -5,6 +5,7 @@ mod lex;
mod lite_parser;
mod parse_keywords;
mod parse_patterns;
mod parse_shape_specs;
mod parser;
mod parser_path;
mod type_check;