Microscheme Linux Binary
(C) 2014 Ryan Suchocki
microscheme.org

This is a standalone binary, and does not require installation.

For a comprehensive language guide, visit http://microscheme.org/guide



== USAGE: ==
To compile the example program 'myprogram.ms': 
  $ make compile

To assemble it:
  $ make assemble

To upload it:
  $ make upload

To clean up the directory:
  $ make clean


NB: If you want to compile, assemble and upload in one go, just type $ make upload.