/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
5.1.3 by Gustav Hartvigsson
* Added the beginings of a hand written documentation.
1
<!DOCTYPE html>
2
<html>
3
  <head>
4
    <title> The (Super) Simple Type System </title>
5
  </head>
6
  <body>
7
    <h1> The (Super) Simple Type System </h1>
8
    <h2> Table of contents </h2>
9
    <menu>
10
      <li> <a href="./index.html">Index (You are here)</a> </li>
11
      <li>  <a href="./terminology.html"> Terminology </a> </li>
12
      <menu> Object types:
13
        <li> <a href="./object_types/SBaseObjectInstance.html">SBaseObjectInstance</a> </li>
14
        <li> SError </li>
15
        <li> SMap </li>
16
      </menu>
17
    </menu>
18
    <h2>About</h2>
19
    <p>
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.
24
    </p>
25
    <p>
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.
28
    </p>
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> -->
32
    </footer>
33
  </body>
34
</html>