forked from cosmonaut/wraith-lang
Adds back FIXME comment
parent
ddd5b2f027
commit
4f8f4fbe9e
|
@ -49,6 +49,7 @@ void ConvertIdCustomsToGenerics(IdNode *node) {
|
|||
}
|
||||
}
|
||||
|
||||
/* FIXME: This function will need to be modified to handle type parameters over structs. */
|
||||
void ConvertASTCustomsToGenerics(Node *node) {
|
||||
uint32_t i;
|
||||
switch (node->syntaxKind)
|
||||
|
|
Loading…
Reference in New Issue