[llvm-commits] [hlvm] r38204 - /hlvm/trunk/README.txt

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:08 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:08 2007
New Revision: 38204

URL: http://llvm.org/viewvc/llvm-project?rev=38204&view=rev
Log:
Minor corrections.

Modified:
    hlvm/trunk/README.txt

Modified: hlvm/trunk/README.txt
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/README.txt?rev=38204&r1=38203&r2=38204&view=diff

==============================================================================
--- hlvm/trunk/README.txt (original)
+++ hlvm/trunk/README.txt Sat Jul  7 19:01:08 2007
@@ -5,22 +5,23 @@
 Virtual Machine (HLVM). HLVM is a toolkit and a set of executables to assist 
 with the rapid construction of dynamic languages and their virtual machines.
 It aims to foster domain specific languages, rapid compiler development, and
-a common infrastructure upon which those languages can execute.
+a common infrastructure upon which those languages can execute and inter-
+operate.
 
 HLVM is based on LLVM (Low Level Virtual Machine) which endows HLVM with an
-optimizing compiler, native code generation, bytecode, makefile system, and 
-a basic infrastructure on which to build.
+optimizing compiler, native code generation, bytecode, and a basic 
+infrastructure on which to build.
 
 Licensing
 =========
 HLVM is open source software. You may freely distribute it under the terms of
-the license agreements found in LICENSE.txt files, wherever they may be found
-in the source tree. See the top level file, LICENSE.txt, for full details.
+the license agreements found in the LICENSE.txt files, wherever they may be 
+found in the source tree. See the top level file, LICENSE.txt, for full details.
 
 Documentation
 =============
-HLVM comes with full documentation in HTML format. These are provided in the
-docs directory. Please open <hlvm>/docs/index.html to get an index of the
+HLVM comes with documentation in HTML format. These are provided in the docs 
+directory. Please open <hlvm>/docs/index.html to get an index of the 
 documentation that is available. You will find conceptual guides as well as
 build and installation instructions there.
 





More information about the llvm-commits mailing list