https://github.com/albertsgrc/asl
ASL Language Interpreter for the Compilers Course (CL) Q2 2015-2016 of the Degree in Computer Science from the Barcelona School of Informatics (FIB UPC)
https://github.com/albertsgrc/asl
Last synced: 3 months ago
JSON representation
ASL Language Interpreter for the Compilers Course (CL) Q2 2015-2016 of the Degree in Computer Science from the Barcelona School of Informatics (FIB UPC)
- Host: GitHub
- URL: https://github.com/albertsgrc/asl
- Owner: albertsgrc
- Created: 2016-02-29T08:42:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T09:03:00.000Z (over 9 years ago)
- Last Synced: 2025-01-25T11:09:41.364Z (5 months ago)
- Language: Java
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Desciption of the directories:
==============================src: all the source files
classes: all the class files
bin: the executable Asl
libs: directory with external libraries
examples: some examples of Asl programs
javadoc: the doc files produced by javadoc
doc: a simple user guide (Asl.pdf)Installation:
=============The Makefile contains several commands:
make all -> creates the program and doc files (recommended)
make compile -> creates the all Asl classes
make exec -> creates the executable script (bin/Asl)
make clean -> cleans the directories and keeps the essential filesExecution:
==========* Set your path too look into the bin directory
* Run "Asl" (you can run "Asl -help" too see the available options)Licesing:
=========This distribution contains the libraries antlr3.jar and commons-cli.jar
in the libs directory. These libraries can only be used and distributed
under the conditions specified in their licenses (also included in
the same directory).