mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
.. | ||
Tests | ||
GNUmakefile | ||
GormObjCHeaderParser.h | ||
NSScanner+OCHeaderParser.h | ||
NSScanner+OCHeaderParser.m | ||
OCClass.h | ||
OCClass.m | ||
OCHeaderParser.h | ||
OCHeaderParser.m | ||
OCIVar.h | ||
OCIVar.m | ||
OCIVarDecl.h | ||
OCIVarDecl.m | ||
OCMethod.h | ||
OCMethod.m | ||
OCProperty.h | ||
OCProperty.m | ||
ParserFunctions.h | ||
ParserFunctions.m | ||
README.md | ||
Version |
GormObjCHeaderParser library
This library is a basic recursive descent parser that handles ObjC syntax to allow Gorm to pull in information about a class from it's header file. It is separated out into a library so that other applications or tools can make use of it.