Syntax checking/SRS
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)