mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
Cleanup main page
This commit is contained in:
parent
ec7a378648
commit
a7bd1b1c83
2 changed files with 1 additions and 6 deletions
|
@ -70,6 +70,7 @@
|
|||
<a href="/cyclone/{{ post.url }}">{{ post.title }}</a>
|
||||
</h4>
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
<br />
|
||||
{{ post.excerpt }}
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
6
index.md
6
index.md
|
@ -98,9 +98,3 @@ Compiler Internals
|
|||
- There is a [Development Guide](docs/Development) with instructions for common tasks when hacking on the compiler itself.
|
||||
|
||||
- Cyclone's [Garbage Collector](docs/Garbage-Collector) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector.
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright (C) 2014 [Justin Ethier](http://github.com/justinethier).
|
||||
|
||||
Cyclone is available under the [MIT license](http://www.opensource.org/licenses/mit-license.php).
|
||||
|
|
Loading…
Add table
Reference in a new issue