1
0
forked from GitHub/gf-core

Merge pull request #41 from inariksit/js-doc

(doc) Update path to gflib.js
This commit is contained in:
Inari Listenmaa
2019-05-03 18:54:06 +02:00
committed by GitHub

View File

@@ -4963,7 +4963,7 @@ syntax name. This file contains the multilingual grammar as a JavaScript object.
===Using the JavaScript grammar===
To perform parsing and linearization, the run-time library
``gflib.js`` is used. It is included in ``GF/lib/javascript/``, together with
``gflib.js`` is used. It is included in ``/src/runtime/javascript/``, together with
some other JavaScript and HTML files; these files can be used
as templates for building applications.