timmyjose-compilers / tam-java

An implementation of the TAM (Triangle Abstract Machine) Stack Machine, in Java.

Repository from Github https://github.comtimmyjose-compilers/tam-javaRepository from Github https://github.comtimmyjose-compilers/tam-java

tam-java

An implementation of the Triangle Abstract Machine (TAM) in Java.

The TAM is a Stack Machine with 16-bit data words and 32-bit instructions. The Stack Machine provides 16 special-purpose registers which are used to manipulate data and code addresses. The full specification of the TAM is found in docs/tam_specification.md.

LICENCE

See LICENCE.

About

An implementation of the TAM (Triangle Abstract Machine) Stack Machine, in Java.

License:The Unlicense


Languages

Language:Java 100.0%