Created
May 31, 2016 02:42
-
-
Save tautologico/fe9d0073c680f3353271ba1fe4a01dbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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