Released: Sep 3 2022
Changelog
- Source code can be streamed onto the heap. This means there is no need for a large buffer on the MCU (or area of flash) to parse source code from
- Refactoring of array-reader. Array reading is nolonger done monolithically inside of the tokpar framework, but rather as a cooperation between the evaluator and the tokenizer.
- Round-robin scheduling + Addition of an Atomic construct to use with care.