[impl] more passing over the parser; found an odd part and made a test to reveal a bug

This commit is contained in:
Allen Webster
2021-06-06 01:06:36 -07:00
parent dd445676f5
commit bf2d161158
5 changed files with 102 additions and 87 deletions
-8
View File
@@ -1042,14 +1042,6 @@ main:
return: MD_Token,
};
@send(Parsing)
@func MD_Parse_TokenMatch: {
token: MD_Token,
string: MD_String8,
flags: MD_StringMatchFlags,
return: MD_b32,
};
@send(Parsing)
@func MD_Parse_Require: {
ctx: *MD_ParseCtx,