Embryo

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.

For more information 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:

Attachments