/exa-cuter

parser and interpreter for exalang, a fantasy assembly language

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

EXA CUTER

Exalang parser. EXA simulator. Written in TypeScript.

Features

  • All Local Instructions Simulated
  • .solution file reader

Installation

Instructions

  1. Download and Install NodeJS

  2. Clone the repository

  3. Run npm install in the cloned directory

  4. Install typescript if not already installed

  5. Run npm run exec

Feature Roadmap

  • Simulate the environment
    • Hosts
    • Links
    • Files
    • Hardware Registers
  • Work on the M and F registers
  • TEC Redshift
  • More "Exotic" Instructions