Skip to content

GUI Interpreter and Compiler of a drawing language (University Project)

Notifications You must be signed in to change notification settings

raphaelauv/Turtle-graphics

Repository files navigation

Turtle-graphics

Interpreter and Compiler of a drawing language

alt text

alt text

alt text

alt text

Build with: JFlex 1.6.1 Java 1.7

COMPILATION

1

Ouvrir un Shell puis se placer dans le dossier /src/moteur/

jflex programme.flex Ajouté en première ligne du fichier "/src/moteur/lexer.java" : package moteur;

2

Se placer dans le dossier ADS4 DESSIN ( a la racine du dossier src) :

find ./src -name *.java > sources_list.txt
javac  -classpath "${CLASSPATH}" @sources_list.txt

-encoding utf8 ( en cas de problème d'encodage des caractères des fichiers .java )

EXECUTION

java Demarage

About

GUI Interpreter and Compiler of a drawing language (University Project)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published