ParkerTenBroeck.github.io/content/blog/projects/brainfuck.md
2026-01-22 11:52:18 -05:00

11 lines
No EOL
262 B
Markdown

+++
title = "Brainfuck"
description = "A brainfuck parser, interpreter, compiler, and optimizer"
date = 2024-05-09
[taxonomies]
tags = ["rust", "x86"]
category = ["project"]
+++
Take a look at the [GitHub](https://github.com/ParkerTenBroeck/brainfuck_compiler)