Skip to content

hecrj/asl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 files

Execution:
==========

* 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).

About

A simple language (improved)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published