hunnble / lihua

A simple lisp compiler written with Ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lihua

A simple lisp compiler written in Ruby

try it now

write code like this

(def! a 42)
(def! b 1024)
(+ a b)

compile and print the result

@tokenizer.read_str(code)

About

A simple lisp compiler written with Ruby

License:MIT License


Languages

Language:Ruby 100.0%