forked fromMARIE-js/MARIE.js
- Notifications
You must be signed in to change notification settings - Fork0
A MARIE simulator in JavaScript
License
NotificationsYou must be signed in to change notification settings
cyderize/MARIE.js
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
MARIE.js is an implementation of a simulator for a 'Machine Architecture that is Really Intuitive and Easy'fromThe Essentials of Computer Organization and Architecture (Linda Null, Julia Lobur) in TypeScript.
It is used within the unitFIT1047 - Introduction to computer systems, networks and security atMonash University.
First, install dependencies with
npm ci
Then start the development server with
npm run dev
The test suite can be run with
npm runtestTHe formatter and linter can be run with
npm run formatnpm run check
To build for production, run
npm run build
MARIE.js is open-source software distributed under theMIT License.
See theLICENSE file for details.
About
A MARIE simulator in JavaScript
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Languages
- Svelte65.7%
- TypeScript33.5%
- Other0.8%