Skip to content

Instantly share code, notes, and snippets.

@tautologico
Created May 31, 2016 02:42
# in main.nim, mainCommand proc
# ...
of "parse":
gCmd = cmdParse
wantMainModule()
let n = parseFile(gProjectMainIdx)
debug(n)
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment