GithubHelp home page GithubHelp logo

cwi-swat / yop-rascal-nl Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 46.77 MB

Make *y*our *o*wn *p*rogramming language with *rascal* (in Dutch)

License: BSD 2-Clause "Simplified" License

Rascal 100.00%

yop-rascal-nl's Introduction

YOP-RASCAL-NL

This project is for Dutch students and teachers, so we continue in Dutch.

Use with Gitpod

Dit is een klein projectje om snel te leren hoe je je eigen programmeertaal kunt maken. De doelgroep is middelbare school leerlingen.

  • In doc/Leraar.md staat het lesplan.
  • In doc/Leerling.md staan de opdrachten.
  • In src staat de voorbeeld broncode waar je mee kunt experimenteren.

Er is geen overhoring bij dit project en het is ook geen wedstrijd. Het is de bedoeling dat het leuk is. Misschien wil je iets laten zien aan de leraren of de rest van de klas aan het eind.

"een programmeer taal maken", betekent:

  • bedenken/ontwerpen van een uitbreiding of verandering in de voorbeeldtaal
  • programmeren van de "syntax" (hoe het er uit ziet) en "semantiek" (wat het moet doen)
  • uitproberen (laten zien aan je zelf hoe het werkt met een mooi voorbeeldprogramma)
  • demonstreren (uitleggen aan iemand anders wat, hoe en waarom je het hebt bedacht)

yop-rascal-nl's People

Contributors

jurgenvinju avatar tvdstorm avatar

Stargazers

Maximilian Pohl avatar Sven Jensen avatar

Watchers

 avatar Paul Klint avatar  avatar

yop-rascal-nl's Issues

Closing tags

str pagina(str svg) 
    =   "\<html\>
        '   \<head\>
        '       \<style\>
        '           html, body, svg {
        '               width: 100%;
        '               height: 100%;
        '               margin: 0;
        '           }
        '       \</style\>
        '   \</head\>
        '   \<body\>
        '       <svg>
        '   \<body\>
        '\<html\>";

Method above defines the basic structure for the webpage containing the svg. This however contains an html and body tag which are never closed later on. (The closing tags are present, but without a / to make it an actual closing tag)

Will create a PR for this.

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.