phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
@ -200,7 +200,7 @@ class P:
|
||||
|
||||
def main():
|
||||
if len(sys.argv)<2:
|
||||
print("usage: ny_parser_mvp.py <file.nyash>", file=sys.stderr); sys.exit(1)
|
||||
print("usage: ny_parser_mvp.py <file.hako>", file=sys.stderr); sys.exit(1)
|
||||
with open(sys.argv[1],'r',encoding='utf-8') as f:
|
||||
src=f.read()
|
||||
toks=lex(src)
|
||||
|
||||
Reference in New Issue
Block a user