Created
August 30, 2021 06:33
-
-
Save pocmo/2cf6cc332b86f1da6f9951ece46c2258 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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