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
function g(){for(var r=String.fromCharCode,n=Math.random,o=r(~~(25*n()+65)),a=b=0;b<32;a=~~(42*n()+48))58>a||a>64?(o+=r(a),b++):a;return o} |
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
//////////////////////////////////////////////////////////////////////////////// | |
//* *// | |
// - B R A I N S O U R C E - // | |
// Regex-based brainfuck interpreter written in functional Javascript // | |
// Author: Angelos Chalaris ([email protected]) // | |
// License: MIT License - https://opensource.org/licenses/MIT // | |
// Note: Certain parts might be slow, buggy or even not work at all. Use at // | |
// your own risk. // | |
//* *// | |
//////////////////////////////////////////////////////////////////////////////// |
NewerOlder