it.unibo.tuprolog.parser.TestAntlrImport.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of parser-js Show documentation
Show all versions of parser-js Show documentation
Internal, JS-specific implementation of a Prolog syntax parser supporting dynamic operators definition
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