* ProceduralCompiler: support `do-dowhile` * BasicCompiler: add `compile_with_mappings` * General: report correct line number when "No such mlogex tag" error occurs.
0.1.4
* `unit-control`: add `out` prefix to output variables * `xlet`: support `lookup`
0.1.3
* ProceduralCompiler: faster `if` and `while`
0.1.2
* `xlet`: fix typo in `lessThanEq` and `greaterThanEq`
0.1.1
* ProceduralCompiler: fix `if` condition skipping the second block
0.1.0
* Add ProceduralCompiler * ProceduralCompiler: support `if-elif-else-endif` * ProceduralCompiler: support `while-wend`