gabriele-tomassetti / antlr-kotlin

Support for Kotlin as a target for ANTLR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANTLR Kotlin

Build Status Release License Apache-2.0

This project contains everything is needed to support Kotlin as a target for ANTLR. It means:

  • the Kotlin target: this is a plugin for the ANTLR code generator that produces lexers, parsers, and listeners
  • the Kotlin runtime library: this is a multi-platform library needed to run the lexers and parsers

Because we produce multi-platform code and a multi-platform runtime, the code written using the Kotlin target for ANTLR can run both on the JVM and in the browser.

Status

The project should be considered experimental. Several parsers have been implemented and work so far using this target but not all the features are complete and well tested.

Using ANTLR-Kotlin with Gradle

ANTLR-Kotlin is accessible on Maven & Gradle through Jitpack. In jitpack basically you can use every commit or tag as a version number. You can find recent versions on the Jitpack page for ANTLR-Kotlin.

For an example how to use ANTLR-Kotlin see the JVM Example Project.

The Kotlin target

The Kotlin target is a plugin for the ANTLR generator. It should be added to the classpath used to run the ANTLR Tool. You will simply need to specify the language to be Kotlin.

The Kotlin runtime library

This project contains the runtime for the Kotlin target of ANTLR. This runtime is built as a multi-platform project running on the JVM and the JS platforms. We plan to extend it to support other platforms when the multi-platform Kotlin projects will permit so.

You will need to use ANTLR 4 and the Kotlin target to generate ANTLR Lexers and Parsers in Kotlin.

About

Support for Kotlin as a target for ANTLR


Languages

Language:Kotlin 35.5%Language:Assembly 21.0%Language:ANTLR 20.3%Language:JavaScript 13.5%Language:Java 5.2%Language:Cool 1.9%Language:Cap'n Proto 1.5%Language:Visual Basic 0.4%Language:C 0.3%Language:CSS 0.1%Language:Brainfuck 0.1%Language:Erlang 0.1%Language:Shell 0.1%Language:HTML 0.0%Language:C++ 0.0%Language:Makefile 0.0%