2
The (Super) Simple Type System
5
Gustav Hartvigsson (c) 2013
8
The software (The type-system) is an experiment. It was
9
written in a few hours by Gustav Hartvigsson to see how
10
to create a simple reference counting type system that
11
was super simple. (Redundancy is redundant).
13
The source code in ./src/ is what constitutes the type
16
If you need a real type system for C use GLib/GObject. It
17
is a much more mature and better designed type system
18
than mine. It also has a main-loop and threading support
22
Perhaps it would be more beneficial to have the code
23
under some kind of BSD License?
27
THIS SOFTWARE IS DISTRIBUTED AS IS, IT IS AN EXPERIMENT
28
AND SHOULD BE TREATED AS SUCH. ALL AND ANY CLAIMS --
29
MONETARY OR OTHERWISE -- ARE VOID.
31
THIS SOFTWARE IS DISTRIBUTED UNDER THE LGPLv3.
33
NOTE THAT INCLINATION (using #include or otherwise) OF
34
THE HEADER FILES (files ending with .h) IS _NOT_
35
CONSIDERED AS DERIVATIVE, BUT CHANGES TO THE HEADER