index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
reject
/
mopaque.nim
blob: b7c5180fdf34d87f57f49c8389f4b13f4a33da21 (
plain
) (
blame
)
1
2
3
4
5
type
TLexer
*
{.final.}
=
object
line
*
:
int
filename
*
:
string
buffer
:
cstring