TODO 539 B

123456789101112
  1. - fixx compiling issues and run scan-build etc.
  2. - add more example grammars and example programs
  3. - add example parsing binary file
  4. - add support for use reading gzipped input files as tulip and dia data files
  5. - add graph output for use with gml4gtk graph viewer
  6. - read/write bison grammar
  7. - check for ll1 grammar
  8. - check for lalr grammar and shift/reduce conflicts
  9. - add in doc html page with links on peg, ll1 parsing and it tools
  10. - add in doc html page how to port bison yacc to peg parser code
  11. - check the graph output features of re2c