A "high-level" language for the Gameboy
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.
 
 
Forest Belton 1a944de1a1 Finish basic register allocation 2 years ago
lib Finish basic register allocation 2 years ago
test Finish basic register allocation 2 years ago
.gitignore Fix TypeScript build configuration 2 years ago
README.md Add README 2 years ago
example.gby Finish binary operation support and reduce temporaries in IR generation 2 years ago
gbuoy.js Begin work on code generation 2 years ago
package-lock.json Add basic unit tests 2 years ago
package.json Reorganize codebase and implement liveness check 2 years ago
tsconfig.json Fix TypeScript build configuration 2 years ago

README.md

gbuoy

Setup

$ npm ci
$ npm run build
$ npm link

TODO: Publish to NPM

Usage

$ gbuoy path/to/program.gby