diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 20:27:06 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 20:27:06 -0500 |
| commit | fe182abeaeb5054df8ffd757c28f97ece19ac8f5 (patch) | |
| tree | ebf5f35adc60609cce1ab6fcc60983ac7f7bf759 /data/sample-grammars | |
| parent | e940640b8a42d2203bbedcc2e296a4f279a9e1dc (diff) | |
Fix a few things
Diffstat (limited to 'data/sample-grammars')
| -rw-r--r-- | data/sample-grammars/career.gram | 6 | ||||
| -rw-r--r-- | data/sample-grammars/names.gram | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/data/sample-grammars/career.gram b/data/sample-grammars/career.gram index 3f527be..dfe9f03 100644 --- a/data/sample-grammars/career.gram +++ b/data/sample-grammars/career.gram @@ -16,7 +16,7 @@ pragma suffix-with [career-tech-desc] <&1..2> [career-tech-descsuff] (secretly [career-techname] ) [career-techname] [career-tech] - [career-tech] , [full-name-and-title] + [career-tech] , [^full-name-and-title] pragma export-rule [career-techname] @@ -34,7 +34,7 @@ pragma despace-rule [quote-career-tech] [career-tech2] <^10> [act-career-tech] [act-career-tech] (reports to the [career-tech] ) - [act-career-tech] (reports to [full-name-and-title] ) + [act-career-tech] (reports to [^full-name-and-title] ) [act-career-tech] paper pusher computer [software-career-type] @@ -126,4 +126,4 @@ pragma export-rule [act-career-tech] overseer honcho administrator - [generic-title] + [^generic-title] diff --git a/data/sample-grammars/names.gram b/data/sample-grammars/names.gram index a0c41c3..6c64d7a 100644 --- a/data/sample-grammars/names.gram +++ b/data/sample-grammars/names.gram @@ -19,6 +19,7 @@ pragma export-rule [first-name] pragma export-rule [generic-title] pragma export-rule [full-name] pragma export-rule [random-name] +pragma export-rule [full-name-and-title] [full-name-and-title] [generic-title] [last-name] [generic-title] [middle-initial] . [middle-initial] . [last-name] |
