This project is an interpreter for various abstract models of computation. These models involve different types of memory storage, memory access, and input-output access.
This project used Svelte as the frontend framework with Vite as the bundler. It is mostly written in TypeScript and uses TailwindCSS for styling.
To run this project locally, install all the packages first through
npm install
or yarn
npm run dev
or yarn dev
npm run build
or yarn build
npm run preview
or yarn preview