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

Typo

parent 1a1f78a3
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,8 @@ arrays. Brainfuck commands are transformed to [LLVM ...@@ -8,8 +8,8 @@ arrays. Brainfuck commands are transformed to [LLVM
IR](http://llvm.org/docs/LangRef.html), which is generated in such a way that IR](http://llvm.org/docs/LangRef.html), which is generated in such a way that
it is easy to optimize for LLVM's `opt` utility. it is easy to optimize for LLVM's `opt` utility.
The (only) source file `bf.ml` pretty much explains itself, as does the. The (only) source file `bf.ml` pretty much explains itself. `hello.b` and
`hello.b` and `rot13.b` can be used for quick testing as demonstrated below. `rot13.b` can be used for quick testing as demonstrated below.
Building and usage Building and usage
......
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