Simple App to process task networks
- At least 1 link statement must be provided
- Tasks statements are only for definition. They don't make sense without links.
- Link statements will be executed in order (there is no info about how to process sequential input links)
- Delay information (tbb) becomes part of the input string for the next task
make test
make build
make build run input=inputFile
or just:
make run input=inputFile