Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 334 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 334 Bytes

Uxnasm-js

200~ lines Javascript assembler for the Uxntal language.

Install

npm install
npm test # run unit tests included in ./test

TODO

  • Write a bin definition in order to use the tool from cli.
  • Support include.
  • Improve error messages.
  • Clean up code.