* Combine JSON spec with the template * Support inline definition for placeholder variables * Support inline constraint at block declaration * Support linked decisions * Infer ADG from specification * Update examples * Various bug fixes
0.1.3
==================
* Revise authoring syntax to support decision blocks and constraints * Revise CLI, with separate commands to compile and to run * Improve execution * Add the hurricane example
0.1.2
==================
* Fix bugs
0.1.1
==================
* Support R * Improve CLI options * Support a built-in variable {{_n}}, which represents the universe number * Support "before_execute" and "after_execute" hooks in the JSON spec * Update examples