Difference between revisions of "Syntax checking"

(M2: May 2nd)
(M2: May 2nd)
Line 16: Line 16:
  
 
==M2: May 2nd==
 
==M2: May 2nd==
* ''Put your name in this Wiki!''
+
* '''Put your name in this Wiki!'''
 
* Analyse source code to certain degree, so discussion about interfaces between parser and visual is possible
 
* Analyse source code to certain degree, so discussion about interfaces between parser and visual is possible
  

Revision as of 08:14, 26 April 2006


Overview

The aim of this project is to have a syntax checking done as you type. Syntax errors should be highlighted and eventualy also options for correcting the error should be proposed.

The Project is named SynChé, which is a combination of syntax and checking. The é at the end is important, as a cool name needs either a recursive acronym or a special character from a non English language.

Milestones

M1: April 25th

  • Get home-grown EiffelStudio up and running.

M2: May 2nd

  • Put your name in this Wiki!
  • Analyse source code to certain degree, so discussion about interfaces between parser and visual is possible

Team

Everyone intrested in this project is welcome to join our mailinglist es-ui@origo.ethz.ch. At this point, the team is divided into two groups at this point, one responsible for the parser, the other one for visual feedback (like underlininig).

Visual Feedback

Parser

Assistant