Skip to content

Created a Parser and a Translator for a simply Lisp-like language for my university course

Notifications You must be signed in to change notification settings

U-n-Own/Project-LFT-19-20

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Italian:

Il progetto è stato riorganizzato. Ho messo in una cartella test tutti i file .txt per provare il progetto.

Attenzione, modificare il percorso dei file

  • Come funziona?

Da terminale si va dentro la cartella src, e si lancia java Translator nomeDelFileDaTradurre.lft .

Il file nomeDelFileDaTradurre.lft va DENTRO la cartella test, ho modificato il codice in modo che si vada a prendere il file da tradurre dentro la cartella test.

Il file Output.j viene generato dentro la cartella src, poi per eseguirlo scrivi java -jar jasmin.jar Output.j e poi java Output.

English:

  • How does work?

Open terminal in src and, launch java Translator name-file-to-Translate.lft

You need to put the .lft file in the test folder

Finally the file Output.j is generated in src folder, and you can execute it with:

java -jar jasmin.jar Output.j java Output.

About

Created a Parser and a Translator for a simply Lisp-like language for my university course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published