Skip to content

Instantly share code, notes, and snippets.

@ObjectIsAdvantag
Last active July 10, 2016 11:10
Show Gist options
  • Save ObjectIsAdvantag/bb0677ac6c9119590b2563a1a825bf37 to your computer and use it in GitHub Desktop.
Save ObjectIsAdvantag/bb0677ac6c9119590b2563a1a825bf37 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<grammar xmlns="http://www.w3.org/2001/06/grammar" root="main">
<rule id="main" scope="public">
<item repeat="1-16">
<ruleref uri="#alphabet">
<tag>out.concept = out.concept + rules.alphabet;</tag>
</ruleref>
</item>
</rule>
<rule id="alphabet">
<one-of>
<item>A</item>
<item>B</item>
<item>C</item>
<item>D</item>
</one-of>
</rule>
</grammar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment