Inspiration
I saw a fireship video a couple of days ago about the language and thought it was interesting
What it does
compiles / interprets the language and serves the user their output
How we built it
the webpage - html, css, javascript
Challenges we ran into
bro i spent like 30 minutes testing trying to figure out why my rust file was not working correctly and its because i was compiling to debug but i was running an old release version
Accomplishments that we're proud of
learned how to use web workers and developed my knowledge of rust
What we learned
learned how to use web workers and developed my knowledge of rust
What's next for brainfuck web page javascript interpreter & rust compiler
my rust compiler has multiple optional flags ie noinput : does not ask user for input when executing bf code
-preinput : preloads the code with input and does not ask the user
-file : preceeding the directory of bf file to be compiled
-raw : takes in the rest of the argument as the bf code to be compiled, does not need a file
but i want to add more / make it more featureful
Log in or sign up for Devpost to join the conversation.