Difference between revisions of "Syntax checking/SRS"
Line 1: | Line 1: | ||
− | = | + | = Goal = |
Provide adequate, but non intrusive feedback to user about syntax errors. | Provide adequate, but non intrusive feedback to user about syntax errors. | ||
− | = | + | = Parser = |
+ | # Should only parse when neccessary, using timer function or after certain input (like spaces, enter) | ||
+ | # Provide errors in adequate datastructure to visualisation components (linenumber, type of error, further information) | ||
+ | # |
Revision as of 06:45, 2 May 2006
Goal
Provide adequate, but non intrusive feedback to user about syntax errors.
Parser
- Should only parse when neccessary, using timer function or after certain input (like spaces, enter)
- Provide errors in adequate datastructure to visualisation components (linenumber, type of error, further information)