#ifndef WRAITH_VALIDATION_H #define WRAITH_VALIDATION_H #include "ast.h" void ValidateIdentifiers(Node *node); void TagIdentifierTypes(Node *node); void ConvertCustomsToGenerics(Node *node); #endif /* WRAITH_VALIDATION_H */