gosukiwi / Blueberry

A beautiful programming language with clean syntax which compiles to PHP
MIT License
63 stars 10 forks source link

Test examples in unit tests #16

Closed hikari-no-yume closed 10 years ago

hikari-no-yume commented 10 years ago

This makes every example also a test! :)

In order to do this, I moved blueberry.js to cli.js and moved compileFile and compile into a new blueberry.js. Plus, I fixed the tags and strings in the examples, since they wouldn't compile.

Plus, it makes bin/bb actually work. It doesn't just now.

hikari-no-yume commented 10 years ago

Bonus! I fixed the README's example.