diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -52,9 +52,12 @@ NONE OF THESE ARE IMPLEMENTED YET Some general documentation is done in markdown, but other general documentation should be done in JSDoc format in the corresponding code files. The -documentation also makes frequent references to [Tae Kim's Japanese grammar -guide][taekim], which is abbreviated to [taekim] instead of copying the link -into the source code each time. +documentation also makes frequent references to, and uses terminology from [Tae +Kim's Japanese grammar guide][taekim], which is abbreviated to [taekim] instead +of copying the link into the source code each time. Tae Kim uses slightly +different terms for grammatical concepts. The 'Tae Kim-version' of these terms +is used for named constants in code. See [tags.ts](language/tags.ts) for an +overview of relevant grammatical terms for the Yomikun parser. ## The dream |