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

fijal at codespeak.net fijal at codespeak.net
Wed Jul 11 14:34:53 CEST 2007


Author: fijal
Date: Wed Jul 11 14:34:51 2007
New Revision: 44928

Modified:
   pypy/dist/pypy/lang/scheme/TODO.txt
Log:
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 14:34:51 2007
@@ -28,5 +28,5 @@
 - continuations
 - proper tail-recursion
   - mutulally recursive procedures (r5rs p.12)
-- switch to bytecode enberation + eval istead of evaluating AST
+- switch to bytecode generation + eval istead of evaluating AST
 



More information about the Pypy-commit mailing list