Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed May 31, 2024
1 parent 0bae833 commit 586a7c5
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Brain Fuck Interpreter

## Intro
What is [BrainFuck](https://en.wikipedia.org/wiki/Brainfuck)?

A simple BrainFuck interpreter developed in Rust.
What is [BrainFuck](https://en.wikipedia.org/wiki/Brainfuck)?

You can access it here:
https://brainfuck_interpreter.tbmc.ovh/

## Example

Hello world in BrainFuck:

```brainfuck
Expand Down Expand Up @@ -62,6 +62,16 @@ Case : Valeur
. imprime le caractère '\n'(nouvelle ligne) (10)
```

## Rust

A simple BrainFuck interpreter developed in Rust.
It is in folder `rust`.

## Golang

An implementation of the interpreter is done in Go.
The Go implementation is 3x faster than the Rust implementation.

## Dev

Install rust exec before running server
Expand Down

0 comments on commit 586a7c5

Please sign in to comment.