Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 333 Bytes

TODO.md

File metadata and controls

13 lines (11 loc) · 333 Bytes

Punchlist

SCXML (WIP, on scxml branch)

  • Backport state and transition classes
  • Generate parser for core states
    • Hand-write parser or augment generator
    • Verify results with unit testing
  • Implement executable XML
    • Declarations & parser
    • Write interpreter
    • Bonus: Generate Dart code?
  • Implement SCXML engine