Unknown6656 / AutoIt-Interpreter

A C# AutoIt interpreter designed to be platform-independent
GNU Affero General Public License v3.0
37 stars 10 forks source link
architecture autoit autoit-compiler autoit-interpreters autoit-lang autoit-language autoit3 autoit3-script compiler csharp fsharp hacktoberfest interpreter linux macos platform-independent windows

Build status issues repo size downloads license forks stars

Banner image

Banner image

[!WARNING] This project is still in development and not yet ready for production use. The current version is a pre-release version and may contain bugs or incomplete features. Please report any issues you encounter here.

Platform-Independent AutoIt3 Interpreter

AutoIt is a traditionally Windows-only scripting language based on the Visual Basic syntax. The aim of this repository is to provide an AutoIt3 Interpreter for other platforms, such as Linux/Unix and MacOS. This Interpreter is based purely on .NET8-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.

[!NOTE] This repository contains a newer (.NET8-based) extensible AutoIt3 Interpreter based on a previous version of this project. In order to see the "old" AutoIt++ Interpiler written in 2018 (discontinued), refer to the following URL: https://github.com/Unknown6656/AutoIt-Interpreter-old.

Links

Maintainer(s)