]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/MODES
This commit was manufactured by cvs2svn to create branch
[helm.git] / helm / DEVEL / mathml_editor / MODES
diff --git a/helm/DEVEL/mathml_editor/MODES b/helm/DEVEL/mathml_editor/MODES
deleted file mode 100644 (file)
index 39032e3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-there are two basic syntactic modes:
-
-TeX mode:
-
-* any letter is an identifier by itself
-
-Program mode:
-
-* sequences of letters (and possibly other characters)
-  are collapsed into a single token. Id tokens are separated
-  by any other character not included in one of the collapsing
-  categories.
-
-The mode is a property of the parser.
-
-there are two basic semantic modes:
-
-math mode:
-
-* implicit operator is multiplication
-
-program mode:
-
-* implicit operator is function application