Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ynx0/exa-cuter

parser and interpreter for exalang, a fantasy assembly language
https://github.com/ynx0/exa-cuter

exa exalang exapunks ohm parser ts

Last synced: 23 days ago
JSON representation

parser and interpreter for exalang, a fantasy assembly language

Awesome Lists containing this project

README

        

# 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