Skip to content

Instantly share code, notes, and snippets.

@pocmo
Created August 30, 2021 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pocmo/2cf6cc332b86f1da6f9951ece46c2258 to your computer and use it in GitHub Desktop.
Save pocmo/2cf6cc332b86f1da6f9951ece46c2258 to your computer and use it in GitHub Desktop.
A Brainfuck interpreter (and never completed compiler)
written in C++ to play with the idea of optimization:
https://github.com/pocmo/Brainfuck.CPP
Using the Kotlin grammar docs to write a compiler for
a subset. Never completed parsing the whole AST though. :)
https://github.com/pocmo/tinyK
"Translator" for parsing Android View XML and translating
it to Jetpack Compose code:
https://github.com/pocmo/recompose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment