/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>
12 by Gustav Hartvigsson
* Made a few changes
11
      <li> <a href="./terminology.html"> Terminology </a> </li>
12
      <li> <a href="./inheritance.html"> Inheritance </a> </li>
5.1.3 by Gustav Hartvigsson
* Added the beginings of a hand written documentation.
13
      <menu> Object types:
14
        <li> <a href="./object_types/SBaseObjectInstance.html">SBaseObjectInstance</a> </li>
15
        <li> SError </li>
16
        <li> SMap </li>
17
      </menu>
18
    </menu>
19
    <h2>About</h2>
20
    <p>
21
      The (Super) Simple Type System is an experiment that was created my 
22
      Gustav Hartvigsson 2013. It was an attempt to create a simple
23
      type system in C modelled after the GLib/GObject type system but with
24
      the intent to be simpler.
25
    </p>
26
    <p>
27
      Some of the fetures that the author thought were missing in GObject
28
      a to_string method<sup><a href="#term">[*]</a></sup> in every object.
29
    </p>
30
    <footer style="padding-top: 10em">
31
      <A name="term"><p>  * See the <a href="./terminology.html"> terminology </a> page </p></A>
32
      <!-- <A name="anchor"><p>  * Note </p></A> -->
33
    </footer>
34
  </body>
35
</html>