Just getting started

I'm just getting started adding incremental parse to WisiToken, so I decided to try writing a blog about the process. Maybe people will be interested in this experience.

First step; literature search, mostly in Google scholar. The best paper seems to be Wagner, Graham 1998 Efficient and Flexible Incremental Parsing . There are many papers that cite that one, but none seems to improve on it much.

Next step: add a test to the WisiToken test set. It won't be very elaborate; just a string to lex and parse, an edit to the string, and expected results - a token sequence and some representation of the syntax tree. I'll add cases as the code progresses.


Comments

Popular posts from this blog

Altering WisiToken data structures, take 2

Altering current WisiToken data structures