Skip to content

ernestasgr/TarTar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tartar-visitor

Simple programing language created with ANTLR4 Visitor.

Tools

Oracle OpenJDK 17.0.2

Apache Maven 3.8.5

IntelliJ IDEA Ultimate 2021.3.3

  • ANTLR v4 plugin

Build

Generate ANTLR visitor with:

mvn clean antlr4:antlr4@generate-visitor

Build jar with:

mvn clean package

Run jar with:

java -jar target/tartar-1.0.jar samples/test.tartar

About

Simple programing language created with ANTLR4 Visitor for a university project. Supports recursion and pattern matching

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors