apps-gorm/GormObjCHeaderParser/README.md
Gregory Casamento 092d1daf6c
Create README.md
2023-07-16 15:48:16 -04:00

4 lines
271 B
Markdown

# 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.