Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 635 Bytes

TODO.md

File metadata and controls

34 lines (23 loc) · 635 Bytes

TODO

1. Add Follow set for each kind of Token (Finished)

This will be extremely useful while handling error sync.

2. Add Follow set for each kind of Field (Finished)

3. Add totally support of error sync (Finished)

It's mainly for

  • l-exp
  • exp
  • term
  • factor
  • lop
  • aop
  • mop
  • id
  • integer

4. Deal with Token::LexicalError while <id> / <integer> appeared as the first generation of any sub formula (Finished)

Only need to consider:

  • id
  • integer
  • statement
  • factor

5. Automatic-First-Follow-Table-Generator

6. Optimizer