GithubHelp home page GithubHelp logo

drama-stapel-tekenaar's Introduction

DRAMA-Stapel-Tekenaar

Generates DRAMA Stack Frames given DRAMA Assignment Tables.

Example:

  • Input:
Tables of 2. Test2:

Test2:
PAR | ADRES
PARA3 | 1(R8)
PARA2 | 2(R8)
PARA1 | 3(R8)


Test2:
VAR | ADRES
VARA1 | -4(R8)
VARA2 | -2(R8)


Test2:
RES | ADRES
RES1 | 4(R8)
  • Output:
Stapel van 2. Test2:

+------------+
|   VARA1   |
+------------+
|           |
+------------+
|   VARA2   |
+------------+
|    TKA    |
+------------+
| VORIGE R8 |  <-- R8
+------------+
|   PARA3   |
+------------+
|   PARA2   |
+------------+
|   PARA1   |
+------------+
|   RES1    |
+------------+

Getting Started

Prerequisites

Installing

Just clone this directory.

Running

  • Running DRAMA-Stapel-Tekenaar:
1. Navigate to the directory where you saved DRAMA-Stapel-Tekenaar.py
2. Open the terminal
3. Type python DRAMA-Stapel-Tekenaar.py
4. Follow the on-screen prompt

Contributing

Anyone can contribute, however I will not continue updating this project.

Authors

  • Mathijs Hubrechtsen - Majority Contributor

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • DRAMA Assembly: The assembly language that made this project possible.

drama-stapel-tekenaar's People

Contributors

frosttusk avatar

Stargazers

Wh1spr avatar

Watchers

James Cloos avatar  avatar  avatar

drama-stapel-tekenaar's Issues

Rewrite

Due to the fact that I wrote this program when I barely knew how to write code, a complete rewrite is necessary. This rewrite will be done in a Object Oriented Programming manner.

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.