Closed hikari-no-yume closed 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.
blueberry.js
cli.js
compileFile
compile
Plus, it makes bin/bb actually work. It doesn't just now.
bin/bb
Bonus! I fixed the README's example.
This makes every example also a test! :)
In order to do this, I moved
blueberry.js
tocli.js
and movedcompileFile
andcompile
into a newblueberry.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.