[Swift-commit] r3383 - text/internals/trunk
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Thu Jun 17 07:37:46 CDT 2010
Author: wilde
Date: 2010-06-17 07:37:46 -0500 (Thu, 17 Jun 2010)
New Revision: 3383
Modified:
text/internals/trunk/internals.tex
Log:
correct latex errors so that document builds.
Modified: text/internals/trunk/internals.tex
===================================================================
--- text/internals/trunk/internals.tex 2010-06-16 21:54:29 UTC (rev 3382)
+++ text/internals/trunk/internals.tex 2010-06-17 12:37:46 UTC (rev 3383)
@@ -274,7 +274,7 @@
dumps "cba"
-\sectio{Swift compilation}
+\section{Swift compilation}
swift source -> parser -> vdlx -> dump parser / compiled /translated -> .kml
@@ -294,7 +294,7 @@
-> two namespaces vdl and swiftscript
"swiftscript" : actual mapping functions @name
- @name = filename(foo) equivalent to C's '&'
+ @name = filename(foo) equivalent to C's '\&'
originally @no data flow with mapping functions. limited processing on a string
. supposed to assist in the mapping functions
@@ -411,7 +411,7 @@
parallel(1,2) == (1,2) -> has some efficient barrier thing inside
- takes more memory - storing ordering information
-\subsetion{uparallel}
+\subsection{uparallel}
uParallel(1,2) -> (1,2) or (2,1)
- saves on memory usage
More information about the Swift-commit
mailing list