0.7.0 Release Candidate
Pre-release
Pre-release
Rewrote the parser completely, which is modular now so that new syntaxes can be added. Added syntaxes include:
- If-Else statements
- While loop
- nested function calls inside the tasks
- keywords, inputs, output, nodes, etc. refer to those things based on their context.
Other changes:
- Nadi Python library now has submodules to access the functions based on function type as well as plugin names.
- Parser now never fails, so it can be used directly for highlighter for IDE and other purposes.