Moved to JDB common build structure.

This commit is contained in:
Jonathan Bernard
2011-11-20 21:00:53 -06:00
parent f86316c68f
commit 66b68160e5
37 changed files with 213 additions and 101 deletions

7
libpit/doc/grammar.txt Normal file
View File

@ -0,0 +1,7 @@
IssueFile - Title Body PropertyBlock?
Title - ONE_LINE TITLE_SEPARATOR
Body - ANY_LINE+
Separator - DASH{4} NEW_LINE
PropertyBlock - HorizontalRule TableSeparator PropertyDefinition+ TableSeparator
TableSeparator -
PropertyDefinition - PropertyKey COLON PropertyValue