commonMain.piacenti.dslmaker.structures.TokenMatch.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-maker-js Show documentation
Show all versions of dsl-maker-js Show documentation
Kotlin multiplatform library to facilitate creation of DSLs with ANTLR or a simple built in parser
package piacenti.dslmaker.structures
import piacenti.dslmaker.abstraction.ProductionStep
/**
* Created by Piacenti on 7/19/2016.
*/
@Suppress("unused")
class TokenMatch(var endIndex: Int, var startIndex: Int, var text: String?, var token: ProductionStep?)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy