- Struct/Type declarations.
- Task declarations .
- Listener to translate to JSON.
- Finish up the WorkflowListener.convertToMap(..).
- Include workflow output.
- Test for WorkflowListener.
- Keep Var or Symbol table and use it for type checking.
- Simple workflow translation. Just sequential tasks.
- Implement IF (using Switch Task)
- Implement sample Orkes playground workflow.
- Implement WHILE loops (using While Task)
- Implement SWITCH (need to add it to the grammar)
- More TESTING!!!
- Improve error messaging and handling