summaryrefslogtreecommitdiff
path: root/language/l2_terminals_non_tt.ott
diff options
context:
space:
mode:
authorRobert Norton2018-07-10 14:54:27 +0100
committerRobert Norton2018-07-10 14:54:27 +0100
commitf6a49e32fc943444a5a38088abe9ff6a5cabed75 (patch)
tree3f23037efa59eb5ed3c422dbd5b5b7c32785a83b /language/l2_terminals_non_tt.ott
parent6d159446ce0cddae7184cb64d58657557c1d7b25 (diff)
remove obsolete files from language directory.
Diffstat (limited to 'language/l2_terminals_non_tt.ott')
-rw-r--r--language/l2_terminals_non_tt.ott31
1 files changed, 0 insertions, 31 deletions
diff --git a/language/l2_terminals_non_tt.ott b/language/l2_terminals_non_tt.ott
deleted file mode 100644
index 2c466b8b..00000000
--- a/language/l2_terminals_non_tt.ott
+++ /dev/null
@@ -1,31 +0,0 @@
-grammar
-terminals :: '' ::=
- | < :: :: lt
- {{ tex \ensuremath{\langle} }}
-% {{ tex \ottsym{<} }}
- | > :: :: gt
- {{ tex \ensuremath{\rangle} }}
-% {{ tex \ottsym{>} }}
-
-% | [| :: :: range_start
-% {{ tex \mbox{$\ottsym{[\textbar}$} }}
-% | |] :: :: range_end
-% {{ tex \mbox{$\ottsym{\textbar]}$} }}
-% | [|| :: :: list_start
-% {{ tex \mbox{$\ottsym{[\textbar\textbar}$} }}
-% | ||] :: :: list_end
-% {{ tex \mbox{$\ottsym{\textbar\textbar]}$} }}
-
- | -> :: :: arrow
- {{ tex \ensuremath{\rightarrow} }}
-% {{ tex \ottsym{-\textgreater} }}
- {{ com \texttt{->} }}
-
- | >= :: :: geq
- {{ tex \ensuremath{\geq} }}
-% {{ tex \ottsym{\textgreater=} }}
- {{ com \texttt{>=} }}
- | '<=' :: :: leq
- {{ tex \ensuremath{\leq} }}
-% {{ tex \ottsym{\textless=} }}
- {{ com \texttt{<=} }}