diff options
| author | Michael VanOverbeek <[email protected]> | 2016-04-09 13:16:39 -0400 |
|---|---|---|
| committer | Michael VanOverbeek <[email protected]> | 2016-04-09 13:16:39 -0400 |
| commit | 14edb9eade65806b531e51a0ed1fba7c62ba848e (patch) | |
| tree | b8a0124d66ca9d414870a27de103e7be9a748081 /source/WindowsFormsApplication1/Resources/CatalystGrammar.xml | |
| parent | cfb8690c6fbbb0595f8a3a4cd9f3210054a9680d (diff) | |
| download | shiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.tar.gz shiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.tar.bz2 shiftos-c--14edb9eade65806b531e51a0ed1fba7c62ba848e.zip | |
Uploaded source code for ShiftOS 0.1.1 Beta 2.3
Initial commit of repository.
Diffstat (limited to 'source/WindowsFormsApplication1/Resources/CatalystGrammar.xml')
| -rw-r--r-- | source/WindowsFormsApplication1/Resources/CatalystGrammar.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Resources/CatalystGrammar.xml b/source/WindowsFormsApplication1/Resources/CatalystGrammar.xml new file mode 100644 index 0000000..b082a0d --- /dev/null +++ b/source/WindowsFormsApplication1/Resources/CatalystGrammar.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<grammar version="1.0" xml:lang="en-US" + xmlns="http://www.w3.org/2001/06/grammar" + tag-format="semantics/1.0" root="Main"> + + <!-- Catalyst Grammar File + + This file gives Catalyst the ability to recognize + audio input and give a proper response. + + --> + + <rule id="Main"> + <item> + How much Code Points do I have? + </item> + <item>Can you run <ruleref uri="#programs"/>?</item> + <item>Can you minimize <ruleref uri="#programs"/>?</item> + <item>Can you close <ruleref uri="#programs"/>?</item> + </rule> + + <rule id="programs" scope="public"> + <one-of> + <item> Terminal</item> + <item> Knowledge Input</item> + <item> Pong</item> + <item> Shiftorium</item> + <item> Shifter</item> + <item> Labyrinth</item> + <item> Web Browser</item> + <item> Shiftnet</item> + <item> Skin Loader</item> + <item> Skin Shifter</item> + <item> Artpad</item> + <item> TextPad</item> + <item> OrcWrite</item> + <item> File Skimmer</item> + <item> Name Changer</item> + <item> Icon Manager</item> + </one-of> + </rule> +</grammar>
\ No newline at end of file |
