This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
gbuoy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
A "high-level" language for the Gameboy
22
Commits
1
Branch
549 KiB
TypeScript
99.8%
JavaScript
0.2%
Tree:
1a944de1a1
HTTPS
ZIP
TAR.GZ
Forest Belton
1a944de1a1
Finish basic register allocation
3 years ago
lib
Finish basic register allocation
3 years ago
test
Finish basic register allocation
3 years ago
.gitignore
Fix TypeScript build configuration
3 years ago
README.md
Add README
3 years ago
example.gby
Finish binary operation support and reduce temporaries in IR generation
3 years ago
gbuoy.js
Begin work on code generation
3 years ago
package-lock.json
Add basic unit tests
3 years ago
package.json
Reorganize codebase and implement liveness check
3 years ago
tsconfig.json
Fix TypeScript build configuration
3 years ago
README.md
gbuoy
Setup
$ npm ci $ npm run build $ npm link
TODO: Publish to NPM
Usage
$ gbuoy path/to/program.gby