nikodemus / esrap

OLD REPOSITORY: Please go to:
https://github.com/scymtym/esrap
81 stars 25 forks source link

two small straightforward fixes #23

Closed kisp closed 11 years ago

scymtym commented 11 years ago

Hi,

let me start with a little explanation: since @nikodemus currently has very little time for esrap, he suggested that I should take over maintaining it. Until we work out the logistics (github, quicklisp, etc.), I develop in my fork which is scymtym/esrap@163bc299aea60c975e506ba38a76710ed4b62e3a.

I believe that the problems you report are fixed in

kisp commented 11 years ago

Hi Jan, thanks for letting me know. I am currently working on updating my branches with regard to your master branch. I will then close this request.

kisp commented 11 years ago

My branches are updated. If you have time, you might want to take a look at my read branch, it allows you to use cl:read as a terminal:

ESRAP> (defrule symbol (symbolp read))
SYMBOL
ESRAP> (parse 'symbol "foo")
FOO
NIL
ESRAP> (parse 'symbol "123")
; Evaluation aborted on Could not parse subexpression (SYMBOLP READ) when parsing

What would CL be w/o its reader? (-: