asciidocnet icon indicating copy to clipboard operation
asciidocnet copied to clipboard

Tidy up Parser

Open russcam opened this issue 8 years ago • 0 comments

The logic inside Parser is a bit of a mess - it works for the most part but could do with some refactoring

  • [x] Unify top level process loop with block process loop
  • [x] Split out Parser into Sub Parsers / Block specific parsers
  • [ ] Move away from parsing with Regular Expressions

russcam avatar Mar 29 '16 01:03 russcam