geneet

Generator for EFL's pickler/unpickler library, EET

Introduction

Given a simple description about a data structure, geneet will generate the C source code so it can be serialized/deserialized by using the EET library.

Even though it is possible to write code to use EET by hand, it can be pretty boring and error-prone. Geneet's structure syntax is as simple as it gets and, in the future, will be possible to use it for other languages as well.

Geneet supports currently:

Generated code can:

Geneet Syntax

%Structure_Name {
  %field_name : %type [%arguments];
}

Usage

Usage is pretty simple; just call geneet with a .geneet file with the structure definition you want. Refer to included .geneet files for examples. Running:
	$ geneet phonebook.geneet
Will create phonebook.c and phonebook.h.

Obtain from from

git://git.profusion.mobi/users/leandro/geneet.git

Last updated: Wed Jun 30 15:46 BRST by leandro