Chefcito is a simple interpreter of the Chef programming language designed by David Morgan-Mar, with slight modifications.
Compare *ingredient* adjective-ly [into [nth] mixing bowl].
//Block of statement
End compare adjective-ly.
Show [nth] mixing bowl.
//This is a comment.
To install this module type the following:
perl Build.PL
./Build
./Build install
On platforms that don't support the "./" notation, that would be:
perl Build.PL
perl Build
perl Build install
On windows you can just open compile.bat ;)
This module requires these other modules and libraries:
- File::Temp
- Test::More
Chefcito is based on this interpreter: http://search.cpan.org/~wernermp/Acme-Chef/