
Welcome to AddyScript
Overview
AddyScript is a lightweight scripting engine for the .NET platform. It can be used to add scripting functionality to applications targeting this platform or simply as a learning tool for young people.
AddyScript has a simple syntax, similar to that of C (or JavaScript or PHP, depending on your preference), with dynamic typing and consistent object-oriented programming features. You can familiarize yourself with this syntax by reviewing the example scripts provided with the source code.
This manual aims to guide you through its syntax and features.
In this manual
- Introduction
- Tutorials
- AddyScript's syntax
- Anatomy of a script
- Variables, operators and expressions
- Controlling the program flow
- Special types
- Collections and objects
- Functions
- Object oriented programming
- Exceptions handling
- AddyScript grammar
- Extending AddyScript
- Licensing
- About the author
- Changes history
- Download this manual in PDF format