2014-10-17 18:15:19 +02:00
|
|
|
Clef: Compile-time lazy expressions and functions
|
|
|
|
***************************************************
|
2013-07-17 19:24:07 +02:00
|
|
|
|
|
|
|
.. highlight:: c
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
2013-09-07 15:27:10 +02:00
|
|
|
This library is still a prototype. Its basic features are used in our codes, but
|
|
|
|
there are probably still some dark corners ...
|
|
|
|
|
|
|
|
Documentation in progress.
|
|
|
|
|
|
|
|
The CLEF library (**C**\ompile time **L**\azy **E**\xpressions and **F**\unctions) is a little
|
|
|
|
library to manipulate simple expressions at compile-time and use them e.g.
|
|
|
|
to automatically fill containers.
|
2013-07-17 19:24:07 +02:00
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
2013-09-07 15:27:10 +02:00
|
|
|
:maxdepth: 2
|
2013-07-17 19:24:07 +02:00
|
|
|
|
2013-09-07 15:27:10 +02:00
|
|
|
introduction
|
2013-07-17 19:24:07 +02:00
|
|
|
expressions_form
|
|
|
|
expressions_eval
|
|
|
|
assign
|
2013-09-07 15:27:10 +02:00
|
|
|
overload
|
|
|
|
function
|
2013-07-17 19:24:07 +02:00
|
|
|
examples/contents
|