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 85e184b2eb Begin adding support for binary operators 2 years ago
lib Begin adding support for binary operators 2 years ago
.gitignore Fix TypeScript build configuration 2 years ago
README.md Add README 2 years ago
example.gby Begin adding support for binary operators 2 years ago
gbuoy.js Begin work on code generation 2 years ago
package-lock.json Read input program from file 2 years ago
package.json Begin work on code generation 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