/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to docs/index.html

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-05 12:21:17 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151005122117-x3t9p6n2qwvop7an
* Removed outdated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
      <li> <a href="./inheritance.html"> Inheritance </a> </li>
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>