From 092d1daf6cad9e16b25d4e84d7e0107f41f01ad3 Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sun, 16 Jul 2023 15:48:16 -0400 Subject: [PATCH] Create README.md --- GormObjCHeaderParser/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 GormObjCHeaderParser/README.md diff --git a/GormObjCHeaderParser/README.md b/GormObjCHeaderParser/README.md new file mode 100644 index 00000000..b847e1b9 --- /dev/null +++ b/GormObjCHeaderParser/README.md @@ -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.