Skip to content

Commit

Permalink
Add documentation for SyntaxTree
Browse files Browse the repository at this point in the history
  • Loading branch information
markuspf committed Jul 5, 2018
1 parent 032bf5c commit fb0fd6a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/ref/language.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1981,6 +1981,17 @@ For examples of <K>return</K> statements, see the functions <C>fib</C> and

</Section>

<Section>
<Heading>Syntax Trees</Heading>

This section describes the tools available to manipulate &GAP; syntax
programmatically.

<#Include Label="SyntaxTree">
<#Include Label="CleanupCompiler">
<#Include Label="PrintCompiler">
</Section>


<!-- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -->
<!--
Expand Down
1 change: 1 addition & 0 deletions doc/ref/makedocreldata.g
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ GAPInfo.ManualDataRef:= rec(
"../../lib/string.g",
"../../lib/string.gd",
"../../lib/system.g",
"../../lib/syntaxtree.gd",
"../../lib/teaching.g",
"../../lib/tcsemi.gd",
"../../lib/test.gi",
Expand Down

0 comments on commit fb0fd6a

Please sign in to comment.