rename soml to typed
This commit is contained in:
@ -43,12 +43,12 @@ layout: site
|
||||
Work is progressing on the ruby compiler. This uses a pure
|
||||
<a href="https://github.com/whitequark/parser"> ruby parser</a> to create:
|
||||
<ul>
|
||||
<li> An Object model of <a href="/soml/parfait.html">classes, types</a>, methods and basic types </li>
|
||||
<li> An Object model of <a href="/typed/parfait.html">classes, types</a>, methods and basic types </li>
|
||||
<li> Several strongly typed method versions for every ruby instance method </li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>
|
||||
The lower level, strongly typed layer is <a href="/soml/soml.html">finished.</a>.
|
||||
The lower level, strongly typed layer is <a href="/typed/typed.html">finished.</a>.
|
||||
While it has well known typed language data semantics, it introduces several new concept:
|
||||
<ul>
|
||||
<li> Object based memory (no global memory) </li>
|
||||
@ -76,7 +76,7 @@ layout: site
|
||||
The short introduction is under the <a href="/salama/layers.html">architecture</a> menu.
|
||||
</p>
|
||||
<p>
|
||||
The section on the intermediate rerepresentation is <a href="/soml/soml.html">here</a>.
|
||||
The section on the intermediate rerepresentation is <a href="/typed/typed.html">here</a>.
|
||||
</p>
|
||||
<p>
|
||||
The <a href="/project/motivation.html">about</a> section has some info of when and how this
|
||||
|
Reference in New Issue
Block a user