Coder Social home page Coder Social logo

rammachine-interpreter's Introduction

RamMachine Interpreter

Software used to write and execute RamMachine code, in an environment supporting a dynamic view of the memory state, code syntax checking and runtime error reporting, with all the information needed to identify errors.

The program is built as a framework that allows the implementation of various other languages just by defining the set of instructions and the parsing methodology, requiring minimal or no changes to the UI and the code execution system.

Original Idea: https://github.com/skni-kod/Ram-machine

BETA VERSION

The following is a list of placeholders and missing features present in the latest BETA release. Striked-through elements are confirmed to be fixed/implemented for the next release.

Current issues and TODOs

  • Code and Inputs fields are plain text areas: one line = one instruction/input
  • The Memory view currently displays all registries from position 0 to the highest index used by the code in a single table. This can become slow and ruin the page navigation experience.
  • The Memory view is also missing language-specific registries (e.g.: the Instruction Register)
  • The output area is just plain ugly
  • Missing descriptions for the Instructions Set
  • Step-by-step execution and breakpoints will be implemented after the code area gets an upgrade
  • TODO: Verbose mode, where each line outputs what it did as it is executed
  • TODO: Registry exportation in various format
  • TODO: Code importation and exportation

Running the Program

Requirements

How to Run:

  1. Download the latest release and extract the contents of the .zip
  2. Start the RamMachineInterpreter.exe file
  3. Open the page https://localhost:5001

NOTE: if the port is already in use, it may be different from 5001. If so, just check the console to identify which port the software is using.

rammachine-interpreter's People

Contributors

belotti01 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.