ArithmeticsEvaluator

object ArithmeticsEvaluator : Grammar<MST>

better-parse implementation of grammar defined in the ArithmeticsEvaluator.g4.

Author

Alexander Nozik

Iaroslav Postovalov

Functions

tryParse
Link copied to clipboard
common
override fun tryParse(tokens: TokenMatchesSequence, fromPosition: Int): ParseResult<MST>

Properties

declaredParsers
Link copied to clipboard
common
open val declaredParsers: Set<Parser<*>>
rootParser
Link copied to clipboard
common
open override val rootParser: Parser<MST>
tokenizer
Link copied to clipboard
common
open val tokenizer: Tokenizer
tokens
Link copied to clipboard
common
open val tokens: List<Token>

Sources

common source
Link copied to clipboard