Versions in this module Expand all Collapse all v1 v1.0.0 Jun 10, 2022 Changes in this version + func QuoteChar(c byte) string + type LexemesStack []lexeme.LexEvent + func NewLexemesStack() LexemesStack + func (stack *LexemesStack) Get(i int) lexeme.LexEvent + func (stack *LexemesStack) Len() int + func (stack *LexemesStack) Peek() lexeme.LexEvent + func (stack *LexemesStack) Pop() lexeme.LexEvent + func (stack *LexemesStack) Push(lex lexeme.LexEvent)