Ezhil-Language-Foundation / Ezhil-Lang

எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணிப்பொறி நிரல் ஏழுத உதவும் (Ezhil, is a fun Tamil programming language for K-12).
http://ezhillang.org/
GNU General Public License v3.0
172 stars 47 forks source link

Demo lisp expression evaluator #67

Closed arcturusannamalai closed 9 years ago

arcturusannamalai commented 9 years ago

You can make a simple expression evaluator in Ezhil for recognizing and evaluating lisp arithmetic expressions.

This is similar to the rpn.n example but more expressive.

The demo will show the ezhil and stack based processing ideas.