whizard is hosted by Hepforge, IPPP Durham

Changes between Initial Version and Version 5 of Ticket #90


Ignore:
Timestamp:
Nov 30, 2009, 3:55:42 PM (14 years ago)
Author:
kilian
Comment:

Two points:

  • This is indeed a syntax error. The lexer should provide more information about where this occurs (for any syntax error). However, this is no bug.
  • show(cuts) should be implemented. As long as I have no pretty-printed output of expressions, the program can at least print the evaluation tree.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #90

    • Property Priority changed from P2 to P3
    • Property Status changed from new to assigned
    • Property Severity changed from critical to normal
  • Ticket #90 – Description

    initial v5  
    1 WHIZARD 2 seems to incorrectly parse the input file.
     1WHIZARD 2 seems to incorrectly parse the input file.
     2{{{
    23reuter@Melkor:~/Physik/progs/omwhiz/svn/hepforge_trunk/test$ ./whizard_test_plain.sh
    34| Writing log to 'whizard.log'
     
    1516*** Fatal error:  Syntax error in textual input
    1617WHIZARD run aborted.
    17 
     18}}}
    1819When the code is generated for the first time, WHIZARD runs through. Afterwards one gets the error message above.