Next: Appendix Previous: Known problems Contents: Contents |
Often you will encounter syntax errors in your input file. The PerlPoint parser tries to issue some useful error message but sometimes it is difficult to locate the problem.
In this situation you can use the --trace 2
switch to activate output from the lexer:
pp2html --trace 2 @options.cfg input.pp |
This means that all token are printed on stdout so that you can easily see, where the parser stops.
Next: Appendix Previous: Known problems Contents: Contents |