[pypy-svn] r44932 - pypy/dist/pypy/lang/scheme

fijal at codespeak.net fijal at codespeak.net
Wed Jul 11 15:14:18 CEST 2007


Author: fijal
Date: Wed Jul 11 15:14:18 2007
New Revision: 44932

Modified:
   pypy/dist/pypy/lang/scheme/TODO.txt
Log:
(emil mikulic) another typo


Modified: pypy/dist/pypy/lang/scheme/TODO.txt
==============================================================================
--- pypy/dist/pypy/lang/scheme/TODO.txt	(original)
+++ pypy/dist/pypy/lang/scheme/TODO.txt	Wed Jul 11 15:14:18 2007
@@ -28,5 +28,5 @@
 - continuations
 - proper tail-recursion
   - mutulally recursive procedures (r5rs p.12)
-- switch to bytecode generation + eval istead of evaluating AST
+- switch to bytecode generation + eval instead of evaluating AST
 



More information about the Pypy-commit mailing list