[MLton-commit] r6110
    Matthew Fluet 
    fluet at mlton.org
       
    Wed Oct 31 18:14:03 PST 2007
    
    
  
mllex; Add r escape sequence to the documentation; from Florian Weimer
----------------------------------------------------------------------
U   mlton/trunk/mllex/lexgen.tex
----------------------------------------------------------------------
Modified: mlton/trunk/mllex/lexgen.tex
===================================================================
--- mlton/trunk/mllex/lexgen.tex	2007-11-01 02:12:08 UTC (rev 6109)
+++ mlton/trunk/mllex/lexgen.tex	2007-11-01 02:14:02 UTC (rev 6110)
@@ -179,6 +179,7 @@
         \begin{tabular}{ll}
         \verb|\b|& backspace\\
         \verb|\n|& newline\\
+        \verb|\r|& carriage return\\
         \verb|\t|& tab\\
         \verb|\h|& stands for all characters with codes $>127$,\\
                     &~~~~      when 7-bit characters are used.\\
    
    
More information about the MLton-commit
mailing list