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

@@ -17,6 +17,10 @@ lin
} ;
SymbS sy = {s = \\_ => sy.s} ;
SymbNum n = {s = n.s} ;
SymbOrd n = {s = \\_ => n.s ++ "."} ;
lincat
Symb, [Symb] = SS ;