class compiler::TokenValDsl

sys::Obj
  compiler::Loc
    compiler::TokenVal
      compiler::TokenValDsl

Source

Extra information for DSL tokens.

leadingSpaces

Int leadingSpaces

Source

leadingTabs

Int leadingTabs

Source

make

new make(Token kind, Str src, Int tabs, Int spaces)

Source