Information:
AML is an implementation of a basic register machine coded in C++. It provides all of the rudimentary features of any machine language like basic I/O and arithmetic, but it also provides a very easy syntax and its own portable binary compression scheme for storing files. The main intent of the language is to provide the user with the ability to program simple tasks like formulas without spending much time thinking of how to go about writing the code.