Changelog

0.5.0 (2021-03-29)

  • Support if…else statement.

  • Support executing actions outside if statement.

  • Support nested if statement.

  • Support actions with no params.

0.4.0 (2021-03-27)

  • Added support for using true/false as conditions.

0.3.0 (2021-03-20)

  • Fixed typo (EveScriptExector => EveScriptExecutor)

0.2.1 (2021-03-20)

  • Added decompiler.

  • Compiler will not rename built-in operators.

0.1.1 (2021-03-19)

  • First release on PyPI.