Module: Rbscmlex
- Defined in:
- lib/rbscmlex/missing.rb
Defined Under Namespace
Classes: Lexer, MissingRightParenthesisError, UnexpectedTokenTypeError
Constant Summary collapse
- EMSG =
:stopdoc:
{ unexpected_token_type: "unexpected token type: got=%s, expected=%s", missing_right_parenthesis: "missing right parenthesis", }