diff options
| author | FloppyDiskDrive <[email protected]> | 2017-09-21 17:16:49 -0500 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-09-21 17:16:49 -0500 |
| commit | cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0 (patch) | |
| tree | fe0d16447fab2a74b6161b4c981c036a93ed8239 /ShiftOS.Main/Resources/CatalystGrammar.xml | |
| parent | 30b6a49d5b0e720eee131e970761ece7c6ed7ef0 (diff) | |
| download | shiftos-rewind-cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0.tar.gz shiftos-rewind-cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0.tar.bz2 shiftos-rewind-cf1bf85e01c8d99f052c09b72d2fb2bbbc0b99b0.zip | |
Added the SOS code (VB and C#)
Very, very incomplete (C# isn't *remotely* complete.)
Diffstat (limited to 'ShiftOS.Main/Resources/CatalystGrammar.xml')
| -rw-r--r-- | ShiftOS.Main/Resources/CatalystGrammar.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ShiftOS.Main/Resources/CatalystGrammar.xml b/ShiftOS.Main/Resources/CatalystGrammar.xml new file mode 100644 index 0000000..b082a0d --- /dev/null +++ b/ShiftOS.Main/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 |
