Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Commit

Permalink
Generate PARSER_SRC from PARSER_GRAMMAR
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Arcieri committed Jul 19, 2009
1 parent 125757d commit 43b92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -87,7 +87,7 @@ end
# #


PARSER_GRAMMAR = 'src/compiler/reia_parse.peg' PARSER_GRAMMAR = 'src/compiler/reia_parse.peg'
PARSER_SRC = 'src/compiler/reia_parse.erl' PARSER_SRC = PARSER_GRAMMAR.sub(/peg$/, 'erl')


CLEAN << PARSER_SRC CLEAN << PARSER_SRC


Expand Down

0 comments on commit 43b92ed

Please sign in to comment.