Combinatory checks now, probably from fixes to eval

This commit is contained in:
2025-10-03 08:54:55 -07:00
parent 404b64a06e
commit f1e6f98c99
4 changed files with 5 additions and 12 deletions

View File

@@ -5,6 +5,8 @@ export const ABBREV: Record<string, string> = {
"\\\\": "\\",
"\\==": "≡",
"\\circ": "∘",
"\\oplus": "⊕",
"\\otimes": "⊗",
"\\1": "₁",
"\\2": "₂",
"\\<": "⟨",