Skip to content
grammarware edited this page Jan 19, 2013 · 3 revisions

This is a debugging trick for the Prolog implementation of XBGF. When the dump command is encountered, the transformation sequence stops and the grammar in its current state is dumped to the file xbgf.log.

The contents of xbgf.log can be used as an input for grammar comparator or for copy-pasting productions and expressions from the grammar to the construction point of the XBGF sequence.

Syntax

dump:
        ε

Relevant files

See also

  • Dump is a part of XBGF

Contributors

Clone this wiki locally