Create README.md

This commit is contained in:
Gregory Casamento 2023-07-16 15:48:16 -04:00 committed by GitHub
parent 20477b948d
commit 092d1daf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
# 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.