Package-level declarations
Types
Link copied to clipboard
class ShakeOnDemandLexingTokenInputStream(inputStream: CharacterInputStream) : ShakeLexingBase, ShakeTokenInputStream
Link copied to clipboard
class ShakeTokenBasedTokenInputStream(val source: String, tokens: Array<ShakeToken>, map: PositionMap) : TokenBasedTokenInputStream<ShakeTokenType, ShakeToken> , ShakeTokenInputStream
A ShakeTokenBasedTokenInputStream provides the ShakeTokens for a Parser. It is created by the com.shakelang.shake.lexer.ShakeLexer
Link copied to clipboard
A ShakeTokenInputStream provides the ShakeTokens for a Parser. It is created by the com.shakelang.shake.lexer.ShakeLexer