Skip to content

Commit 844e5b6

Browse files
authored
TODO
1 parent 76e3622 commit 844e5b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2025-01-11-ImplementingaJITCompiledLanguagewithOCamlandLLVM.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implementing a JIT compiled language using OCaml and LLVM
44
published: true
55
---
66

7-
Notwithstanding the loftiness of the title, this is just a tutorial inspired by [Implementing a JIT Compiled Language with Haskell and LLVM](https://smunix.github.io/www.stephendiehl.com/llvm/index.html). I chose OCaml and decided to select by own libraries to accomplish this.
7+
Notwithstanding the loftiness of the title, this is just a tutorial inspired by [Implementing a JIT Compiled Language with Haskell and LLVM](https://smunix.github.io/www.stephendiehl.com/llvm/index.html). I chose OCaml and decided to select my own libraries to accomplish this.
88
So, for example, the parser using Angstrom, which I know nothing about.
99

1010
While I code I also strive to learn.
@@ -94,3 +94,4 @@ end
9494

9595
{% endhighlight %}
9696

97+
> TODO

0 commit comments

Comments
 (0)