semmacrosanity

Search:
Group by:
Source   Edit  

Implements type sanity checking for ASTs resulting from macros. Lots of room for improvement here.

Procs

proc annotateType(n: PNode; t: PType; conf: ConfigRef; producedClosure: var bool) {....raises: [
    Exception, OSError, KeyError, ValueError, IOError, ERecoverableError], tags: [
    RootEffect, WriteIOEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect],
    forbids: [].}
Source   Edit