https://github.com/hecrj/asl
A simple language (improved)
https://github.com/hecrj/asl
Last synced: 2 months ago
JSON representation
A simple language (improved)
- Host: GitHub
- URL: https://github.com/hecrj/asl
- Owner: hecrj
- Created: 2014-04-07T17:23:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T08:55:59.000Z (about 11 years ago)
- Last Synced: 2025-01-10T17:20:33.163Z (4 months ago)
- Language: TeX
- Size: 2.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Description 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)Licensing:
=========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).