Skip to content

0.7.0 Release Candidate

Pre-release
Pre-release

Choose a tag to compare

@Atreyagaurav Atreyagaurav released this 27 May 22:50
· 259 commits to main since this release
b23cd70

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.