File manager - Edit - /home/opticamezl/www/newok/brainfuck.zip
Back
PK �\8�Cڵ � brainfuck.min.js.gznu �[��� � �R͎�0��)`���\a�V=Tj�C�Q�[o��fhYey� '���z�=ߟg4Lu� m �L� Z`�XGm��=�`AEW��eW��h��G�2�r)���eaK��s���UZ��f��@��KM�u��\�c���<��ɖ��*|�l�s�ZZr� H�.p<>�)��mSib <����%28�\�'73~vH�3�rG;� �?���5�� &�ZT�(Y �����G�m�p=�� ��F ��Z1%1�]��8�8���T��V�G3r��k>u���{b\�ݑ���T+�6%��Cf�b=�7ɲp�ӔĿ �`4ep����op}n�glj���X��-N8��^��z8��/��;�so��l}'HO7B� �Z��7����?X�0pq۞/��{Z�����<���>L6] PK �\�>L6] ] brainfuck.min.jsnu �[��� (function(i){typeof exports=="object"&&typeof module=="object"?i(require("../../lib/codemirror")):typeof define=="function"&&define.amd?define(["../../lib/codemirror"],i):i(CodeMirror)})(function(i){"use strict";var r="><+-.,[]".split("");i.defineMode("brainfuck",function(){return{startState:function(){return{commentLine:!1,left:0,right:0,commentLoop:!1}},token:function(f,n){if(f.eatSpace())return null;f.sol()&&(n.commentLine=!1);var e=f.next().toString();if(r.indexOf(e)!==-1){if(n.commentLine===!0)return f.eol()&&(n.commentLine=!1),"comment";if(e==="]"||e==="[")return e==="["?n.left++:n.right++,"bracket";if(e==="+"||e==="-")return"keyword";if(e==="<"||e===">")return"atom";if(e==="."||e===",")return"def"}else return n.commentLine=!0,f.eol()&&(n.commentLine=!1),"comment";f.eol()&&(n.commentLine=!1)}}}),i.defineMIME("text/x-brainfuck","brainfuck")}); PK �\�.U� � brainfuck.jsnu �[��� // CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE // Brainfuck mode created by Michael Kaminsky https://github.com/mkaminsky11 (function(mod) { if (typeof exports == "object" && typeof module == "object") mod(require("../../lib/codemirror")) else if (typeof define == "function" && define.amd) define(["../../lib/codemirror"], mod) else mod(CodeMirror) })(function(CodeMirror) { "use strict" var reserve = "><+-.,[]".split(""); /* comments can be either: placed behind lines +++ this is a comment where reserved characters cannot be used or in a loop [ this is ok to use [ ] and stuff ] or preceded by # */ CodeMirror.defineMode("brainfuck", function() { return { startState: function() { return { commentLine: false, left: 0, right: 0, commentLoop: false } }, token: function(stream, state) { if (stream.eatSpace()) return null if(stream.sol()){ state.commentLine = false; } var ch = stream.next().toString(); if(reserve.indexOf(ch) !== -1){ if(state.commentLine === true){ if(stream.eol()){ state.commentLine = false; } return "comment"; } if(ch === "]" || ch === "["){ if(ch === "["){ state.left++; } else{ state.right++; } return "bracket"; } else if(ch === "+" || ch === "-"){ return "keyword"; } else if(ch === "<" || ch === ">"){ return "atom"; } else if(ch === "." || ch === ","){ return "def"; } } else{ state.commentLine = true; if(stream.eol()){ state.commentLine = false; } return "comment"; } if(stream.eol()){ state.commentLine = false; } } }; }); CodeMirror.defineMIME("text/x-brainfuck","brainfuck") }); PK �\8�Cڵ � brainfuck.min.js.gznu �[��� PK �\�>L6] ] � brainfuck.min.jsnu �[��� PK �\�.U� � � brainfuck.jsnu �[��� PK � R
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings