ChemiCompiler Interpreter - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: General Discussion (https://forum.ss13.co/forumdisplay.php?fid=7) +--- Thread: ChemiCompiler Interpreter (/showthread.php?tid=3981) |
ChemiCompiler Interpreter - shieldcoding - 01-12-2015 I started work on a javascript-based interpreter for the chemicompiler, I know there are actually legitimate brainfuck (chemicompiler's programming language) interpreters out there already, but I figured this might give the average spaceperson a more detailed overview of how the chemicompiler is unique. You can access the utility at this website: http://chemicompiler.azurewebsites.net/ It's far from perfect, especially in the design sense, but hopefully some of you can make use of it. |