feat: bootstrap skeleton + lexer (Phase 0)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import std/os
|
||||
import cli
|
||||
|
||||
when isMainModule:
|
||||
let args = commandLineParams()
|
||||
quit(runCli(args))
|
||||
Reference in New Issue
Block a user