Syntax checking/SRS

Revision as of 07:45, 2 May 2006 by Jabernet (Talk | contribs)

Goal

Provide adequate, but non intrusive feedback to user about syntax errors.

Parser

  1. Should only parse when neccessary, using timer function or after certain input (like spaces, enter)
  2. Provide errors in adequate datastructure to visualisation components (linenumber, type of error, further information)