<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,21 +1,5 @@
-Education experiment on implementing scheme vm and compiler.
-
-Source structure:
-
-scheme - scheme sources
-scheme/sc - compiler itself
-vm - vm sources
-
-At this moment, you need a external scheme implementation to run the compiler,
-I prefer ypsilon, but you can use any r6rs implementation after rewriting some
-ypsilon-dependent code (I will do it in the future).
-
-So if you want to play with lgears:
-run `make' to build VM
-from scheme/ run `./main.scm test.scm' (need ypsilon)
-You will see a lot of debug info and compilation stage dumps.
-compiler will create files:
-	compiled/test.scm.o - bytecode
-	compiled/test.scm.dbg - debug symbols
-
-To execute bytecode run: `../vm/vm compiled/test.scm.o'
+The project is temporary suspended but may be reanimated in future
+with the following goals:
+* Stack instead of CPS
+* Register-based VM (actualy, a LUA-like)
+* A thin core with r6rs system built on it</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8dd366dae00f7f76478aed32c4d048bb45e88b23</id>
    </parent>
  </parents>
  <author>
    <name>Stepan Zastupov</name>
    <email>redchrom@gmail.com</email>
  </author>
  <url>http://github.com/redchrom/lgears/commit/1eb125565293b9ab903f35907b2d698c40ad78c1</url>
  <id>1eb125565293b9ab903f35907b2d698c40ad78c1</id>
  <committed-date>2009-09-08T12:57:02-07:00</committed-date>
  <authored-date>2009-09-08T12:57:02-07:00</authored-date>
  <message>Updated README</message>
  <tree>d5fc67771274183e55a2f1d3aa11b5fba58f8254</tree>
  <committer>
    <name>Stepan Zastupov</name>
    <email>redchrom@gmail.com</email>
  </committer>
</commit>
