Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

0.3.7

Compare
Choose a tag to compare
@pieterbos pieterbos released this 11 Apr 11:48
· 107 commits to master since this release
a63676e

ADL Validation and functions in rule evaluation

This release adds some basic ADL validation. Also a command line tool is present that loads an .adls file and runs it through the checker. Only basic checks for now, and no specialised archetypes or template validations. See the README.md for usage instructions.

the rule evaluation has been extended with function support. The min and max functions have been implementation. Also the function value_when_undefined has been implemented, with returns the given value, or a predefined other value when the value has not been defined.