Skip to content
Snippets Groups Projects
Commit 8117b3b4 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Typo

parent 25bcd246
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ About ...@@ -3,7 +3,7 @@ About
This is a minimal compiler for the This is a minimal compiler for the
[Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) language, written for the [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) language, written for the
purpose of practicing Ocaml LLVM bindings and seeing how well LLVM optimizes purpose of practicing OCaml LLVM bindings and seeing how well LLVM optimizes
arrays. Brainfuck commands are transformed to LLVM IR, which is generated in arrays. Brainfuck commands are transformed to LLVM IR, which is generated in
such a way that it is easy to optimize for LLVM's `opt` utility. such a way that it is easy to optimize for LLVM's `opt` utility.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment