Git Product home page Git Product logo

pico-multitabs's Introduction

Multidimensional tables in Pico

Project for the course Interpreatation of Computer Programs 2 (ICP2) in the academic year 2013-2014

Goal: extend both meta-circular interpreter and interpreter written in C to support multidimensional tables in the Pico programming language.

This project was established in association with Sam Van Den Vonder.

pico-multitabs's People

Watchers

 avatar  avatar

pico-multitabs's Issues

Assignment for MTB's doesn't work completely in for-loop

Snippet to show:

{siz:5;A[siz,siz]:0;for(i:1, i:=i+1, i<6, A[i,i]:=1)}
evaluating definition with tag 6
evaluating definition with tag 14
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
attempting to create a multidimensional table of dimension 2
siz tab has following sizes: [5 5 ]
evaluating definition with tag 6
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
evaluating index 1 in the sizes table
evaluating index 2 in the sizes table
done evaluating indices.
Dimension: 2
Sizes: [5, 5]
Data: [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
A
Dimension: 2
Sizes: [5, 5]
Data: [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

Enhancement controle

Zodra de code volledig werkt, dient er een grondige inspectie gedaan te worden ivm enhancement. Dit betekent dat we moeten controleren of we overal in onze aanpassingen de Theo conventies hebben behouden.

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.