Skip to content
/ aul Public

Another Useless Language - Compiler's Project using ANTLR

Notifications You must be signed in to change notification settings

gleme/aul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies: - Java installed - JDK 8 installed - javac and jar at $PATH variable

Steps to compile and execute:

1. Compile with make & make install.

2. if aulc binary was copied to usr/bin: 
	$ aulc (to see usage)

3. if aulc binary was not copied to usr/bin: 
	$ ./aulc (to see usage)

4. Example: 
	$ aulc -t App sample/helloworld.aul

5. Running the program: 
	$ java -jar App.jar

About

Another Useless Language - Compiler's Project using ANTLR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published