In the example directory you will find simple examples, which will demonstrate most basic features of the language. For a more in depth look at the language syntax and constructs proceed with reading this manual. Nevertheless its probably best to look at the examples, as they give a good impression of what the language can do.
This package contains the following directories:
bruntime/ - complete interpreter and disassembler, dependant only a c-library (ansi c should be ok).
bcompiler/ - compiler sources.
c++lib/ - additional c++ corelibs ONLY used by bcompiler.
examples/ - butter examples (files ending with .bf) and an example makefile.
bapi/ - c api examples for embedding the runtime into your own c/c++ programs.
doc/ - documentation sgml-docbook sources.
Butter is being developed on a Debian GNU/Linux system.