0.1.5
06/11/2020:
update code using rust's deprectated features.
Added some #[allow(unused)] and similar for automatically generated code, removing most warnings.
Added support for `loop` expressions (avoiding to write `while true`).
Raise to 0.1.5.
git commit -m "Added support for loop expressions. Code cleanup, both human and automatically generated."

0.1.4
BUGFIX: execute code even if type is empty
Added block comments
Added basic xml example
Cleaning folders

0.1.3
JSON parsing example

0.1.2
README.md

0.1.1
Documentation
keyword_terminal! pseudo-macro

0.1.0 initial
