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.

17 lines
132 B

2 years ago
  1. # gbuoy
  2. ## Setup
  3. ```
  4. $ npm ci
  5. $ npm run build
  6. $ npm link
  7. ```
  8. TODO: Publish to NPM
  9. ## Usage
  10. ```
  11. $ gbuoy path/to/program.gby
  12. ```