Skip to content

Commit

Permalink
Merge pull request #1 from buckle2000/master
Browse files Browse the repository at this point in the history
Add CLI arg for keep_line_number
  • Loading branch information
buckle2000 authored Aug 11, 2017
2 parents 7ee0be3 + 28eff8f commit 34fd0c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/moonc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local help = [[Usage: %s [options] files/directories...
-l Perform lint on the file instead of compiling
-b Dump parse and compile time (doesn't write output)
-v Print version
-n Keep line numbers so that every output line maps a input line
-- Read from standard in, print to standard out
(Must be first and only argument)
]]
Expand Down Expand Up @@ -248,6 +248,7 @@ else
benchmark = opts.b,
show_posmap = opts.X,
show_parse_tree = opts.T,
keep_line_number = opts.n
})

if not success then
Expand Down

0 comments on commit 34fd0c9

Please sign in to comment.