Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lit
main
Top Level Namespace
Lit
Debug
Environment
Expr
Assign
Binary
Grouping
Literal
Logical
Ternary
Unary
Variable
Visitor
Formatter
Interpreter
Lit
Parser
ParserError
REPL
RuntimeError
Scanner
Stmt
Expression
Let
Print
Visitor
Text
Token
TokenType
Value
Built with Crystal 1.9.2
2023-10-07 17:40:29 UTC
module
Lit::Text
Extended Modules
Lit::Text
Defined in:
lit/text.cr
Instance Method Summary
#error
(str : String)
#hint
(str : String)
#integer
(str)
#keyword
(str)
#string
(str)
#warning
(str : String)
Instance Method Detail
def
error
(str : String)
#
[
View source
]
def
hint
(str : String)
#
[
View source
]
def
integer
(str)
#
[
View source
]
def
keyword
(str)
#
[
View source
]
def
string
(str)
#
[
View source
]
def
warning
(str : String)
#
[
View source
]