Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ynx0/exa-cuter
- Owner: ynx0
- License: gpl-3.0
- Created: 2019-05-24T18:32:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T01:49:42.000Z (over 3 years ago)
- Last Synced: 2024-10-17T08:33:17.650Z (about 1 month ago)
- Topics: exa, exalang, exapunks, ohm, parser, ts
- Language: TypeScript
- Homepage:
- Size: 715 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 NodeJS2. 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