[api] cut subtle wrapper node constructors

This commit is contained in:
Allen Webster
2021-06-05 22:56:35 -07:00
parent 6450cd703c
commit c3ec42c70c
5 changed files with 11 additions and 39 deletions
-20
View File
@@ -1117,26 +1117,6 @@ main:
return: *MD_Node,
};
@send(Nodes)
@func MD_MakeNodeFromToken: {
kind: MD_NodeKind,
filename: MD_String8,
file: *MD_u8,
at: *MD_u8,
token: MD_Token,
return: *MD_Node,
};
@send(Nodes)
@func MD_MakeNodeFromString: {
kind: MD_NodeKind,
filename: MD_String8,
file: *MD_u8,
at: *MD_u8,
string: MD_String8
return: *MD_Node,
};
@send(Nodes)
@func MD_PushSibling: {
first: **MD_Node,