-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters