Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
taro
master
Taro
Compiler
Analyzer
Ast
ASTViewer
Expressions
FuncDef
ModuleDef
Node
Nop
Param
ReturnType
Unit
BaseException
Lexer
Context
Location
ParseError
Parser
Parsers
SyntaxError
Token
Type
Built with Crystal 1.9.2
2023-10-07 21:03:26 UTC
enum
Taro::Compiler::Lexer::Context
Defined in:
compiler/lexer/lexer.cr
Enum Members
Initial
=
0
String
=
1
CharLiteral
=
2
Instance Method Summary
#char_literal?
#initial?
#string?
Instance Method Detail
def
char_literal?
#
[
View source
]
def
initial?
#
[
View source
]
def
string?
#
[
View source
]