Embryo Library Documentation

Embryo LibraryThese routines are used for Embryo.

Version
1.7.5
Author
Carsten Haitzler <raster@rasterman.com>
Compuphase http://www.compuphase.com
Date
2004-2013

What is Embryo?

Embryo is a tiny library designed to interpret limited Small programs compiled by the included compiler, embryo_cc. It is mostly a cleaned up and smaller version of the original Small abstract machine. The compiler is mostly untouched.

Small was renamed to Pawn. For more information about the Pawn language, see Pawn For the basics about the Small language, see Brief Introduction to Small.

How to Use Embryo?

To use Embryo in your code, you need to do at least the following:

Todo

Clean up compiler code.

Proper overview of the operation of the interpreter, that is how the heap, stack, virtual machines, etc fit together.