diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2018-05-29 15:35:02 -0300 |
| commit | 0faa5175b6f0de8835ed514615ac64135f406b29 (patch) | |
| tree | 6a1a5a9b01a1175b8ae2203418005f7bc625be9d /RGens/data/seniordesign | |
| parent | 9356498bebab9342222cd87be669abae9d7ac3a2 (diff) | |
Move files out of folder
Diffstat (limited to 'RGens/data/seniordesign')
| -rw-r--r-- | RGens/data/seniordesign/dbdata.gram | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/RGens/data/seniordesign/dbdata.gram b/RGens/data/seniordesign/dbdata.gram deleted file mode 100644 index 04938ad..0000000 --- a/RGens/data/seniordesign/dbdata.gram +++ /dev/null @@ -1,54 +0,0 @@ -[user-role] student - student - student - student - student - tutor - tutor - tutor - tutor - staff - staff - staff - admin - admin - sysadmin - -pragma export-rule [user-role] - -[dept-id] [synth+deptid] - -[real-deptid] CSIS - MATH - ENGL - PHYS - CHEM - PSYC - -pragma export-rule [dept-id] - -[synth+deptid] [letter] - -pragma suffix-with [synth+deptid] [letter] -pragma suffix-with [synth+deptid] [letter] -pragma suffix-with [synth+deptid] [letter] - -[user-idno] [act-user+idno] - -pragma export-rule [user-idno] - -[act-user+idno] 800 [idno-chain] - 700 [idno-chain] - -[idno-chain] [digit] [digit] [digit] [digit] [digit] [digit] - -[term-code] [2000..2040] 0 [1..9] - [2000..2040] [10..12] - -pragma despace-rule [term-code] -pragma export-rule [term-code] - -[section-code] [letter] [0..9] [0..9] - -pragma despace-rule [section-code] -pragma export-rule [section-code] |
