Skip to content

Commit

Permalink
Add comment to commit generated parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tsandall authored Jul 14, 2016
1 parent 577fefa commit 78e4551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,5 @@ If you need to update the dependencies:
## Rego
If you need to modify the Rego syntax you must update ast/rego.peg. Both `make build` and `make test` will re-generate the parser but if you want to test the parser generation explicitly you can run `make generate`.
If you are modifying the Rego syntax you must commit the parser source file (ast/parser.go) that `make generate` produces when you are done. The generated code is kept in the repository so that commands such as `go get` work.

0 comments on commit 78e4551

Please sign in to comment.