Skip to content

Commit

Permalink
1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 9, 2006
1 parent 183030b commit d47ffed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions www/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ <h1>Downloads</h1>
</p>

<ul>
<li>Neko 1.1 <a href="files/neko-1.1-src.tar.gz">sources TGZ</a></li>
<li>Neko 1.1 <a href="files/neko-1.1-win.zip">Windows binaries</a></li>
<li>Neko 1.1 <a href="files/neko-1.1-linux.tar.gz">Linux binaries</a></li>
<li>Neko 1.2 <a href="files/neko-1.2-src.tar.gz">sources TGZ</a></li>
<li>Neko 1.2 <a href="files/neko-1.2-win.zip">Windows binaries</a></li>
<li>Neko 1.2 <a href="files/neko-1.2-linux.tar.gz">Linux binaries</a></li>
</ul>

<p>
Expand Down
4 changes: 2 additions & 2 deletions www/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>The Neko Virtual Machine</h1>
</p>

<p>
The <i>compiler</i> converts a source <code>.neko</code> file into a bytecode <code>.n</code> file that can be executed with the Virtual Machine. The compiler is currently a standalone commandline executable, but will soon be available as a Neko Library, so you can use it from any Neko program.
The <i>compiler</i> converts a source <code>.neko</code> file into a bytecode <code>.n</code> file that can be executed with the Virtual Machine. The language is <i>bootstrapped</i>, which means that the compiler is written in Neko and can be used as a normal library. This way you can compile programs <i>on the fly</i> which looks like an interpreter, but is a lot faster.
</p>

<div class="plink">
Expand All @@ -40,5 +40,5 @@ <h1>Mod_neko</h1>
<h1>About</h1>

<p>
Neko is developed as part of the <em>Research and Development effort for better languages</em> at Motion-Twin. You can contact Neko author <a href="mailto:[email protected]">Nicolas Cannasse</a> for more information. Neko is <em>free software</em> and the full source code is available under the GNU Public License (GPL).
Neko is developed as part of the <em>Research and Development effort for better languages</em> at Motion-Twin. You can contact Neko author <a href="mailto:[email protected]">Nicolas Cannasse</a> for more information. Neko is <em>free software</em> and the full source code is available under the GNU Lesser General Public License (LGPL).
</p>
6 changes: 5 additions & 1 deletion www/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ <h1>News</h1>
</p>

<div class="plink">
<strong>November 10th 2005</strong> Neko 1.1 have been release ! <a href="/?doc=download">Download</a> it now and watch the <a href="http://ncannasse.free.fr/?p=52">Changes</a>.
<strong>January 9th 2006</strong> Neko 1.2 have been released ! See CHANGES file in the <a href="/?doc=download">distribution</a>.
</div>

<div class="plink">
<strong>November 10th 2005</strong> Neko 1.1 have been released ! <a href="/?doc=download">Download</a> it now and watch the <a href="http://ncannasse.free.fr/?p=52">Changes</a>.
</div>

<div class="plink">
Expand Down

0 comments on commit d47ffed

Please sign in to comment.