-
Notifications
You must be signed in to change notification settings - Fork 0
jordipiqueselles/animation-compiler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Desciption of the directories: ============================== src: all the source files classes: all the class files bin: the executable AnimLang libs: directory with external libraries examples: some examples of AnimLang programs javadoc: the doc files produced by javadoc doc: a simple user guide (AnimLang.pdf) Installation: ============= The Makefile contains several commands: make all -> creates the program and doc files (recommended) make compile -> creates the all AnimLang classes make exec -> creates the executable script (bin/AnimLang) make clean -> cleans the directories and keeps the essential files Execution: ========== * Set your path too look into the bin directory * Run "AnimLang" (you can run "AnimLang -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).
About
An interpreted programming language that allow to generate SVG code
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published