Skip to content

Commit

Permalink
remove verbose output from generate_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
razetime committed Oct 31, 2022
1 parent c900330 commit 3fb0086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/generate_parser
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PARSER_DIR=src/main/java/org/truffleruby/parser/parser
pushd $PARSER_DIR

# Generate grammar as intermediate file
$JAY -v $DEBUG_FLAG $PARSER_BASE.y < skeleton.parser | grep -v $DEBUG_STRIP >$PARSER_BASE.out
$JAY $DEBUG_FLAG $PARSER_BASE.y < skeleton.parser | grep -v $DEBUG_STRIP >$PARSER_BASE.out

# Patch file to get around Java static initialization issues plus extract
# a bunch of stuff to separate file (yytables).
Expand Down

0 comments on commit 3fb0086

Please sign in to comment.