diff --git a/doc/runtime-api.html b/doc/runtime-api.html index 792dbed39..4ed05c3d3 100644 --- a/doc/runtime-api.html +++ b/doc/runtime-api.html @@ -1034,9 +1034,16 @@ This is done by using the option -split-pgf in the compiler:
 $ gf -make -split-pgf App12.pgf
 
+This creates the following files: +
+Writing App.pgf...
+Writing AppEng.pgf_c...
+Writing AppSwe.pgf_c...
+...
+

-Now you can load the grammar as usual but this time only the +Now you can load the grammar App.pgf as usual but this time only the abstract syntax will be loaded. You can still use the languages property to get the list of languages and the corresponding concrete syntax objects: