robert-strandh / SICL

A fresh implementation of Common Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dead code in INTERPRET-TOKEN

r13l opened this issue · comments

commented

I believe that https://github.com/robert-strandh/SICL/blob/master/Code/Reader/Simple/tokens.lisp#L157-L158 contains unreachable code: since the first IF already checked for the condition, the second IF’s condition can never be true.

This entire directory contains dead code because it has been
replaced by Eclector which is in a separate repository and
which is separately maintained.