apps-gorm/GormObjCHeaderParser/README.md

5 lines
271 B
Markdown
Raw Normal View History

2023-07-16 19:48:16 +00:00
# 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.