Skip to content
unknown6656 edited this page Mar 27, 2021 · 17 revisions

Banner image
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.

Wiki Structure

The following list represents the Wiki's structure: