All Downloads are FREE. Search and download functionalities are using the official Maven repository.

it.unibo.tuprolog.parser.TestAntlrImport.kt Maven / Gradle / Ivy

Go to download

Internal, JS-specific implementation of a Prolog syntax parser supporting dynamic operators definition

There is a newer version: 1.0.4
Show newest version
package it.unibo.tuprolog.parser

import kotlin.test.Test

class TestAntlrImport {

    @Test
    fun antlr4() {
        js("require('antlr4')")
    }

    @Test
    fun antlr4Error() {
        js("require('antlr4/src/antlr4/error')")
    }

    @Test
    fun antlr4Atn() {
        js("require('antlr4/src/antlr4/atn')")
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy