compiler/ast/reports_lexer

  Source   Edit

module with lexer legacy reports definitions this is all trash legacy code

Types

LexerReport = object of ReportBase
  msg*: string
  kind*: ReportKind
  Source   Edit

Procs

func severity(rep: LexerReport): ReportSeverity {....raises: [], tags: [].}
  Source   Edit