From d8782650c32bc0dead7d6fac39406fce488b02cd Mon Sep 17 00:00:00 2001 From: "Alf B. Rustad" Date: Thu, 18 Jun 2015 09:19:44 +0200 Subject: [PATCH] Added information on Json for the uninformed. --- docs/keywords.txt | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/keywords.txt b/docs/keywords.txt index e693eda64..f8e8a66b7 100644 --- a/docs/keywords.txt +++ b/docs/keywords.txt @@ -4,10 +4,13 @@ parser. 1. The structure of a keyword ----------------------------- -A keyword is the fundamental unit when parsing. The schema definition -of the keywords are given as Json files under the opm/share/keywords -directory. As part of the build process these keyword definitions are -compiled to ParserKeyword instances. +A keyword is the fundamental unit when parsing. Keywords are added to +the parser by shema definitions. The schema definition of the keywords +are given as Json files under the opm/share/keywords directory. Json +can be thought of as a lean alternative to XML, you will find it described +here: http://www.json.org/ +As part of the build process these keyword definitions are compiled +to ParserKeyword instances. 1.1 Starting a keyword