mopaque.nim 120 B

12345678
  1. type
  2. TLexer* {.final.} = object
  3. line*: int
  4. filename*: string
  5. buffer: cstring
  6. proc noProcVar*(): int = 18