4
<title> The (Super) Simple Type System </title>
7
<h1> The (Super) Simple Type System </h1>
8
<h2> Table of contents </h2>
10
<li> <a href="./index.html">Index (You are here)</a> </li>
11
<li> <a href="./terminology.html"> Terminology </a> </li>
13
<li> <a href="./object_types/SBaseObjectInstance.html">SBaseObjectInstance</a> </li>
20
The (Super) Simple Type System is an experiment that was created my
21
Gustav Hartvigsson 2013. It was an attempt to create a simple
22
type system in C modelled after the GLib/GObject type system but with
23
the intent to be simpler.
26
Some of the fetures that the author thought were missing in GObject
27
a to_string method<sup><a href="#term">[*]</a></sup> in every object.
29
<footer style="padding-top: 10em">
30
<A name="term"><p> * See the <a href="./terminology.html"> terminology </a> page </p></A>
31
<!-- <A name="anchor"><p> * Note </p></A> -->