should fix cmp expression for floats but i should have a look again
[ozulis.git] / src / ozulis.hh
blob048489b407087c411c7ef87568952e8a407da136
1 /**
2 * @mainpage Ozulis
3 * @section Introduction
4 * This is an experimental compiler for an undefined language.
6 * @section Modules
7 * @dot
8 * digraph example {
9 * node [shape=record, fontname=Helvetica, fontsize=10];
10 * b [ label="class B" URL="\ref B"];
11 * c [ label="class C" URL="\ref C"];
12 * b -> c [ arrowhead="open", style="dashed" ];
13 * }
14 * @enddot