Triangle tools from the text book Programming Processors in Java.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
simonkellet 54d9f06a9e merge 2 years ago
Triangle.AbstractMachine Added NOP to opcodes so ordinals match the book 2 years ago
Triangle.AbstractMachine.Disassembler Java 11 compatibility 2 years ago
Triangle.AbstractMachine.Interpreter Added timing to interpreter 2 years ago
Triangle.Compiler merge 2 years ago
build/libs repeatuntil works 2 years ago
gradle/wrapper Added gradle wrapper 2 years ago
programs merge 2 years ago
.classpath eclipse and gradle changes 2 years ago
.gitignore added build folder ignore 2 years ago
.project eclipse and gradle changes 2 years ago
LICENSE Initial commit 2 years ago
README.md added readme 2 years ago
build.gradle Changed master project to Java 11 2 years ago
gradlew Added gradle wrapper 2 years ago
gradlew.bat Added gradle wrapper 2 years ago
pom.xml Change to Java version 17. 2 years ago
settings.gradle Added gradle build files. 2 years ago
tam added multi-line comment support 2 years ago

README.md

A5 Triangle Compiler