naver / lispe

An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor bug in Why Lisp

cgay opened this issue · comments

There's a bug in https://github.com/naver/lispe/wiki/6.16-Why-Lisp but I don't see a way to submit a PR for wiki pages.

Just after where it says "We will now perform a prefixed walk", the list of tokens should contain a in place of to.

Fixed... :-)
Thanks