Skip to content

Commit

Permalink
Merge pull request #24 from yurisliepins/master
Browse files Browse the repository at this point in the history
Added an fsharp implementation
  • Loading branch information
justinmeiners committed Nov 8, 2019
2 parents 63b29cd + 1d55402 commit 38575be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/index.html
Expand Up @@ -1618,6 +1618,12 @@ <h3> Debugging</h3>
</p>
</li>
</ul>
<p><strong>F#</strong>
</p>
<ul>
<li><a href="https://github.com/yurisliepins/lc3-vm">yurisliepins</a> first F# implementation.
</li>
</ul>
<p><strong>Go</strong>
</p>
<ul>
Expand Down
4 changes: 4 additions & 0 deletions index.lit
Expand Up @@ -1146,6 +1146,10 @@ may be helpful for learners who are familiar with programming languages other th

- [resttime](https://github.com/resttime/lc3) first Common Lisp implementation.

**F#**

- [yurisliepins](https://github.com/yurisliepins/lc3-vm) first F# implementation.

**Go**

- [robmorgan](https://github.com/robmorgan/go-lc3-vm) alternative Go implementation.
Expand Down

0 comments on commit 38575be

Please sign in to comment.