1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Copied from Perforce
 Change: 179896
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-10-16 12:17:19 +01:00
parent f33bf2c0c0
commit 572b6624ae

View file

@ -4,7 +4,7 @@
* Copyright (c) 2001-2012 Ravenbrook Limited. See end of file for license.
*
* This is a toy interpreter for a subset of the Scheme programming
* language <http://en.wikipedia.org/wiki/Scheme_%28programming_language%29)>.
* language <http://en.wikipedia.org/wiki/Scheme_%28programming_language%29>.
* It is by no means the best or even the right way to implement Scheme,
* but it serves the purpose of showing how the Memory Pool System can be
* used as part of a programming language run-time system.