Skip to content

An interpreter for a slightly modified version of the esoteric programming language, Chef.

License

Notifications You must be signed in to change notification settings

EIA-University/chefcito

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chefcito

Chefcito is a simple interpreter of the Chef programming language designed by David Morgan-Mar, with slight modifications.

What's new?

Simple conditional statement

Compare *ingredient* adjective-ly [into [nth] mixing bowl].
  //Block of statement
End compare adjective-ly.

Show contents of the mixing bowl, any time

Show [nth] mixing bowl.

Commenting

//This is a comment.

Installation

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 ;)

Dependencies

This module requires these other modules and libraries:

  • File::Temp
  • Test::More

Acknowledgments

Chefcito is based on this interpreter: http://search.cpan.org/~wernermp/Acme-Chef/

About

An interpreter for a slightly modified version of the esoteric programming language, Chef.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 99.8%
  • Batchfile 0.2%