Skip to content
/ rcalc Public

A Lisp-like calculator language interpretter written in Ruby

Notifications You must be signed in to change notification settings

khrt/rcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Artur Khabibullin
May 30, 2017
d866f55 · May 30, 2017

History

1 Commit
May 30, 2017
May 30, 2017
May 30, 2017
May 30, 2017
May 30, 2017
May 30, 2017
May 30, 2017

Repository files navigation

RCalc

A Lisp-like interpreter written in Ruby.

Examples

(add 2 2)
(subtract 4 2)
(add 2 (subtract 4 2))

(defvar x 2)
(add var 2)

About

A Lisp-like calculator language interpretter written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages