mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-31 20:00:07 +00:00
[impl] more passing over the parser; found an odd part and made a test to reveal a bug
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user