Skip to content
Unknown6656 edited this page Jul 17, 2020 · 17 revisions

Banner image

Welcome to the AutoIt-Interpreter wiki!

This repository is home to two AutoIt Interpreter projects:

  1. The newer (.NET5-based) extensible AutoIt3 Interpreter.
    This Interpreter is based purely on .NET5-conform C#/F# code and primarily supports the AutoIt3-specification. The Interpreter does support a plugin-based extension system in order to provide a custom syntax or framework functionality to the interpreter.

  2. The "old" AutoIt++ Interpiler written in 2018 (discontinued).
    This interpiler compiles AutoIt++-Code (a superset of AutoIt3) into CIL-code, which can be executed on any platform supporting .NET.
    Truth be told, the interpiler is not super stable on non-Windows platforms, and has therefore been discontinued.

This Wiki will document the features and usage of the new AutoIt3 Interpreter.

[TODO]