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/career.gram | |
| parent | e940640b8a42d2203bbedcc2e296a4f279a9e1dc (diff) | |
Fix a few things
Diffstat (limited to 'data/sample-grammars/career.gram')
| -rw-r--r-- | data/sample-grammars/career.gram | 6 |
1 files changed, 3 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] |
