Finished updating Parer_Algo.md

This commit is contained in:
2024-12-16 17:59:30 -05:00
parent 3133977b0f
commit 0829603262
2 changed files with 5 additions and 10 deletions

View File

@ -5518,13 +5518,6 @@ CodeVar parser_parse_variable()
}
// <ModuleFlags> <Attributes> <Specifiers>
// Note(Ed): We're enforcing that using this codepath requires non-macro jank.
// Code macro_stmt = parse_macro_as_definiton(attributes, specifiers);
// if (macro_stmt) {
// parser_pop(& _ctx->parser);
// return macro_stmt;
// }
CodeTypename type = parser_parse_type(parser_not_from_template, nullptr);
// <ModuleFlags> <Attributes> <Specifiers> <ValueType>