Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 406 Bytes

Yet another lisp interpreter

PROcessor of List for Mathematical Calculation

It's a simple minimal lisp interpreter written in ruby.

Feature

  • Basic functions as a minimal lisp
  • No support for String

Usage

$ ruby ./prol.rb

Acknowledgement

Tesla I. Zhang, for pointing out errors and patient guidance