Difference between revisions of "Talk:Syntax checking/SRS"

(Martin)
Line 13: Line 13:
  
 
May 5th 2006 (CEST)
 
May 5th 2006 (CEST)
 +
 +
== Martin ==
 +
 +
What exactly do you mean by timing-based? As specified in the SRS but with a timeout before it starts parsing or really independent of user input? I think it's good the way it is now (if it is efficient enough). Just a little remark to the notes: If the state of an expression can only change when the cursor leaves it, does that include the items under 1.1.1? I think it should, although I guess you should get a little time to resume typing.
 +
 +
[[User:Maser|Maser]] 23:57, 5 May 2006 (CEST)

Revision as of 13:57, 5 May 2006

Janick

Please give some feedback regarding SRS so far

Manus

It is great. For the syntax validity, create an instance of EIFFEL_PARSER with the AST_NULL_FACTORY for the factory. That way it is quite efficient for the parsing.

manus 19:03, 2 May 2006 (CEST)

Janick

Manu, thanks for the feedback and hints.

Some people thaught that an timing-based parser would be better. Who is of the same opionion? Please use this discussion, as we need to finalize the specifications soon.

May 5th 2006 (CEST)

Martin

What exactly do you mean by timing-based? As specified in the SRS but with a timeout before it starts parsing or really independent of user input? I think it's good the way it is now (if it is efficient enough). Just a little remark to the notes: If the state of an expression can only change when the cursor leaves it, does that include the items under 1.1.1? I think it should, although I guess you should get a little time to resume typing.

Maser 23:57, 5 May 2006 (CEST)