john-science / slowloris

A DIY-LISP.
5 stars 3 forks source link

Part 7b: Make sure float operations work #12

Closed john-science closed 10 years ago

john-science commented 10 years ago

In ast.py, do I need to add an is_float?

How would this differ from my current is_float?

john-science commented 10 years ago

Do a quick review of the evaluator, then to test simply convert some of the existing tests from integers. Particularly math and list tests.