1
Fork 0

refactor: refactor identifier parsing somewhat

This commit is contained in:
Ezra Shaw 2023-03-17 21:35:43 +13:00
parent 85123d2504
commit c9ddb73184
No known key found for this signature in database
GPG key ID: 67ABF16FB0ECD870
5 changed files with 31 additions and 23 deletions

View file

@ -336,7 +336,7 @@ parse_expected_identifier_found_reserved_keyword = expected identifier, found re
parse_expected_identifier_found_doc_comment = expected identifier, found doc comment
parse_expected_identifier = expected identifier
parse_sugg_escape_to_use_as_identifier = escape `{$ident_name}` to use it as an identifier
parse_sugg_escape_identifier = escape `{$ident_name}` to use it as an identifier
parse_sugg_remove_comma = remove this comma