Module: Odin::Parsing::TokenType

Defined in:
lib/odin/parsing/token_type.rb

Constant Summary collapse

HEADER_OPEN =

Structure

:header_open
HEADER_CLOSE =
:header_close
EQUALS =
:equals
NEWLINE =
:newline
PIPE =
:pipe
STRING =

Values

:string
NUMBER =
:number
INTEGER =
:integer
CURRENCY =
:currency
PERCENT =
:percent
BOOLEAN =
:boolean
NULL =
:null
REFERENCE =
:reference
BINARY =
:binary
DATE =
:date
TIMESTAMP =
:timestamp
TIME =
:time
DURATION =
:duration
VERB =
:verb
PATH =

Metadata

:path
COMMENT =
:comment
DIRECTIVE =
:directive
MODIFIER =
:modifier
EOF =

Control

:eof
ERROR =
:error