added SymbNum and SymbOrd in Symbol

This commit is contained in:
aarne
2006-11-12 13:42:50 +00:00
parent fbd9b862e2
commit 7cdb45fb5a
5 changed files with 14 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ lin
SymbS sy = {s = \\_ => sy.s} ;
SymbNum n = {s = \\_ => n.s ; isDet = True} ;
SymbOrd n = {s = n.s ++ ":te" ; isDet = True} ; ---
lincat
Symb, [Symb] = SS ;