/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 README

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-19 11:16:58 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151019111658-nqf9p5qj1you04g5
* Fixed README.
* Started re-working SError.
* Made a few readabillity changes here and there.
* Renamed s_matrix_foreach to s_matrix_for_each.
* Fixed potential memory leak in s_matrix_for_each.
* Removed inlines... Did not do what I thought they did.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
The (Super) Simple Type System
3
3
 
4
4
Authors:
5
 
Gustav Hartvigsson (c) 2013
 
5
Gustav Hartvigsson (c) 2013-2015
6
6
 
7
7
ABOUT:
8
8
The software (The type-system) is an experiment. It was
9
9
written by Gustav Hartvigsson to see how to create a simple reference counting
10
10
type system that was super simple. (Redundancy is redundant).
11
11
 
12
 
The source code in ./src/ is what constitutes the type
13
 
system.
 
12
The source code in ./libssts/ and ./libsstsmm/ is what constitutes the type system.
 
13
 
 
14
Omission to this is ./libssts/external/ and ./libsstsmm/external/, which are
 
15
external headers and may or may not have the same license as the rest of
 
16
the project.
14
17
 
15
18
If you need a real type system for C use GLib/GObject. It
16
19
is a much more mature and better designed type system