Move TLSF to stdlib, see #15

This commit is contained in:
dcodeIO
2018-02-12 19:17:50 +01:00
parent 9e9284955d
commit c6486c461d
16 changed files with 4716 additions and 544 deletions

View File

@ -21,12 +21,6 @@ A few early examples to get an idea:
* **[PSON decoder](./examples/pson)**<br />
A simple decoder for the PSON binary format.
* **[TLSF memory allocator](./examples/tlsf)**<br />
An implementation of the TLSF memory allocator.
* **[μgc garbage collector](./examples/ugc)**<br />
A port of the μgc garbage collector library.
Or browse the [compiler tests](./tests/compiler) for a more in-depth overview of what's supported already. One of them is a [showcase](./tests/compiler/showcase.ts).
Installation