Changes on version 4.5.1 |
Date |
Type |
Caller |
Description |
27jul2008 |
improvement |
Lionel Auroux |
The syntax of a constant tree declaration has changed. It better describes arrays and subnodes. |
27jul2008 |
improvement |
Lionel Auroux |
The procedure saveProject() now saves a parse tree to a specific text format when the
file name ends with the extension ".txt". This format is the same as for a constant tree declaration. |
27jul2008 |
function |
Lionel Auroux |
- procedure loadProject(XMLorTXTFileName : string, nodeToLoad : tree)
Parameter | Type | Description |
XMLorTXTFileName | string | an input file whose content describes a node |
nodeToLoad | tree | the node to populate from the file; if omitted, it is defaulted to the global variable \samp{project} |
Loads a parse tree previously saved thanks to saveProject().
|
27jul2008 |
bug_fix |
Thor |
#continue throwing their own syntax error messages now properly raise the error:
the call stack displays the most relevant syntax error message instead of the most general. |
27jul2008 |
improvement |
Thierry WILMOT |
During a debug session that executes a parse script, the current location in the parsed file (line/column)
is displayed after each progression (step in/out) in the controlling sequence. |