diff --git a/src/FileHierarchy.png b/src/FileHierarchy.png new file mode 100644 index 00000000..09ba8191 Binary files /dev/null and b/src/FileHierarchy.png differ diff --git a/src/README.md b/src/README.md index 1b40201a..e8b74871 100644 --- a/src/README.md +++ b/src/README.md @@ -26,13 +26,7 @@ http://www.grammaticalframework.org/lib/doc/rgl-tutorial/index.html The below graphic is an alternative graphic explaining the relations, taken from private correspondence with Inari. - Lang - / \ -Lexicon Grammar - / | | | \ - Adjective Adverb Noun Verb Phrase … - \ | | | | | | | | | | | | | | / - Cat +![File Hierarchy](gr-rgl\src\FileHierarchy.png) CatLang defines the categories, and the modules AdjectiveLang, NounLang, SentenceLang, PhraseLang, and so on, all extend Cat. The Grammar is defined as a collection of all those AdjectiveLang, NounLang, SentenceLang, and so on modules. LangLang is defined as the collection GrammarLang and LexiconLang and is where you will be checking your program. You may ignore: