GithubHelp home page GithubHelp logo

alabate / nf04 Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.52 MB

A javascript interpreter for the NF04 Programming language.

Home Page: http://alabate.github.io/nf04

License: MIT License

JavaScript 97.03% CSS 2.92% Shell 0.04%
interpreter javascript bootstrap

nf04's Introduction

NF04 interpreter

This is a personal project of a javascript interpreter for the NF04 Programming language. The NF04 language is made for an algorithme introduction course (codename NF04) at my french university (UTT). Since the NF04 language is in french, a lot of text in the project is in french. However, all comments are in english (maybe bad english, sorry for that). And you can fork this project to make your own interpreter as this project is under MIT license that let you do anything you want with my code as long as you provide attribution back to me (Aurélien Labate) and don't hold me liable.

Try it !

As this project only use client-side script, you can directly access to the version that's on GitHub (on the branch gh-pages) : http://alabate.github.io/nf04

This project use

nf04's People

Contributors

alabate avatar

Stargazers

 avatar

Watchers

 avatar  avatar

nf04's Issues

Tant que non trouvé

Tant que non trouvé

Code source ayant créé le bug :

Algorithme <nom>
Variables:
Jour1, Jour2, Mois1, Mois2, Annee1, Annee2 : entier
E1, E2, Guillemet : caractère
Instructions:
Si ((Annee1%4=0 ET Annee1%100!=0) OU Annee1%400=0) ET Mois1=2 alors
    Tant Que Jour1>29 ou Jour1<1 Faire
        Ecrire ("Jour 1 :"!)
        Lire (clavier! Jour1)
        Si Jour1<0 alors
            Ecrire ("Pas de nombres négatifs !"!)
        SinonSi Jour1>29 OU Jour1<1 alors
            Ecrire ("Il n`y a que 29 jours en Février lors d'une année bisextile !"!)
        FinSi
    FinTq
FinSi

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.