Files
Nim/tests/mopaque.nim
2010-02-14 00:29:35 +01:00

6 lines
96 B
Nim

type
TLexer* {.final.} = object
line*: int
filename*: string
buffer: cstring