Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
config
v0.1.6
Config
Any
KeyTypes
Cursor
Error
IOCursor
Lexer
Location
Macros
ParseException
Parser
StringCursor
Token
Type
Object
Regex
Built with Crystal 1.9.2
2023-10-07 23:32:51 UTC
class
Config::Lexer
Config::Lexer
Reference
Object
Defined in:
config/lexer.cr
Constructors
.new
(input : String | IO, macros : Macros =
Macros
.new())
Instance Method Summary
#next_token
(expects_key : Bool =
false
, comment : Bool =
false
, whitespace : Bool =
false
) : Token
#token
: Token
Instance methods inherited from class
Object
===(other : Config::Any)
===
Constructor Detail
def self.
new
(input : String | IO, macros :
Macros
=
Macros
.new())
#
[
View source
]
Instance Method Detail
def
next_token
(expects_key : Bool =
false
, comment : Bool =
false
, whitespace : Bool =
false
) :
Token
#
[
View source
]
def
token
:
Token
#
[
View source
]