Added information on Json for the uninformed.

This commit is contained in:
Alf B. Rustad
2015-06-18 09:19:44 +02:00
parent b83b4b614e
commit d8782650c3

View File

@@ -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