Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.19 KB

File metadata and controls

21 lines (14 loc) · 1.19 KB

ANTLR example - While0 language

Build status on Travis

This project has been created at the FH Aachen - University of Applied Sciences (Faculty 5) in the subject Theoretical Computer Science (German: "Theoretische Informatik").

The solved exercises can be found in the docs directory.

Used technologies

  1. ANTLR: Generate Java code based on While0 grammar file
  2. Kotlin: Use generated Java source code (is placed in build/generated-src)
  3. Gradle: Build tool used to automatize the workflow and ANTLR code generation described above, see build.gradle

Goals