[llvm-commits] CVS: llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html

Chris Lattner sabre at nondot.org
Tue May 26 23:56:06 PDT 2009



Changes in directory llvm-www/pubs:

2009-05-21-Thesis-Barrett-3c.html updated: 1.3 -> 1.4
---
Log message:

fix typos noticed by duncan


---
Diffs of the changes:  (+1 -1)

 2009-05-21-Thesis-Barrett-3c.html |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html
diff -u llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.3 llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.4
--- llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html:1.3	Mon May 25 20:05:36 2009
+++ llvm-www/pubs/2009-05-21-Thesis-Barrett-3c.html	Wed May 27 01:54:48 2009
@@ -19,7 +19,7 @@
 </blockquote>
 
 <blockquote>
-The following report presents an investigation into designing and implementing com puter languages using a modern compiler construction tool-kit called the "Low Level Virtual Machine" (LLVM), in combination with a modern scripting language. The report covers in detail traditional approaches to compiler construction, parsing and virtual machine theory. Comparisons are made between traditional approaches and the modern approach offered by LLVM, via an experimental object oriented language called 3c, developed using LLVM, the Aperiot parser, Python and an incremental de velopment methodology.
+The following report presents an investigation into designing and implementing computer languages using a modern compiler construction tool-kit called the "Low Level Virtual Machine" (LLVM), in combination with a modern scripting language. The report covers in detail traditional approaches to compiler construction, parsing and virtual machine theory. Comparisons are made between traditional approaches and the modern approach offered by LLVM, via an experimental object oriented language called 3c, developed using LLVM, the Aperiot parser, Python and an incremental development methodology.
 </blockquote>
 
 <h2>BibTeX:</h2>






More information about the llvm-commits mailing list