This commit is contained in:
nora 2021-06-24 15:52:29 +02:00
commit d1a5142d67
16 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,2 @@
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#f8f8ff}.App-link{color:#61dafb}.bf-input .code-input{resize:none;width:80vw;height:400px;font-size:100px}.code-display-wrapper{max-width:80vw}.code-display-wrapper span{word-wrap:break-word}.memory-display-table .cell,.memory-display-table th{border:1px solid #f8f8ff}.memory-display-table td,.memory-display-table th{min-width:60px;text-align:center}.bf-run{margin:20px}.bf-run button{height:50px;width:200px}.bf-run .program-input-area{resize:none;width:80vw;height:50px;font-size:30px}.bf-run .error{background-color:#664242}.bf-output .output-area{resize:none;width:80vw;height:200px;font-size:20px}textarea{background-color:#323942;color:#f8f8ff}button{background-color:#78787f;font-size:20px;border:1px solid #282c34}button:hover{cursor:pointer;background-color:#f8f8ff}
/*# sourceMappingURL=main.9eade52b.chunk.css.map */

View file

@ -0,0 +1 @@
{"version":3,"sources":["webpack://src/index.css","webpack://src/App.scss"],"names":[],"mappings":"AAAA,KACE,QAAS,CACT,mJAEY,CACZ,kCAAmC,CACnC,iCACF,CAEA,KACE,yEAEF,CCPA,KACE,iBAAA,CAGF,UACE,aAAA,CACA,mBAAA,CAGF,YACE,wBAfW,CAgBX,gBAAA,CACA,YAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA,CACA,4BAAA,CACA,aApBY,CAuBd,UACE,aAAA,CAIA,sBACE,WAAA,CACA,UAAA,CACA,YAAA,CACA,eAAA,CAIJ,sBACE,cAAA,CAEA,2BACE,oBAAA,CAOF,qDACE,wBAHO,CAMT,kDACE,cAAA,CACA,iBAAA,CAIJ,QACE,WAAA,CAEA,eACE,WAAA,CACA,WAAA,CAGF,4BACE,WAAA,CACA,UAAA,CACA,WAAA,CACA,cAAA,CAGF,eACE,wBAAA,CAKF,wBACE,WAAA,CACA,UAAA,CACA,YAAA,CACA,cAAA,CAIJ,SACE,wBAxFoB,CAyFpB,aAxFY,CA2Fd,OACE,wBA3Fa,CA4Fb,cAAA,CACA,wBAAA,CAEA,aACE,cAAA,CACA,wBAlGU","file":"main.9eade52b.chunk.css","sourcesContent":["body {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',\n 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n sans-serif;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\ncode {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n","$main-color: #282c34;\n$main-color-brighter: #323942;\n$light-color: ghostwhite;\n$medium-color: #78787f;\n\n.App {\n text-align: center;\n}\n\n.App-logo {\n height: 40vmin;\n pointer-events: none;\n}\n\n.App-header {\n background-color: $main-color;\n min-height: 100vh;\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n font-size: calc(10px + 2vmin);\n color: $light-color;\n}\n\n.App-link {\n color: #61dafb;\n}\n\n.bf-input {\n .code-input {\n resize: none;\n width: 80vw;\n height: 400px;\n font-size: 100px;\n }\n}\n\n.code-display-wrapper {\n max-width: 80vw;\n\n span {\n word-wrap: break-word;\n }\n}\n\n.memory-display-table {\n $border: 1px solid $light-color;\n\n th, .cell {\n border: $border;\n }\n\n th, td {\n min-width: 60px;\n text-align: center;\n }\n}\n\n.bf-run {\n margin: 20px;\n\n button {\n height: 50px;\n width: 200px;\n }\n\n .program-input-area {\n resize: none;\n width: 80vw;\n height: 50px;\n font-size: 30px;\n }\n\n .error {\n background-color: #664242FF;\n }\n}\n\n.bf-output {\n .output-area {\n resize: none;\n width: 80vw;\n height: 200px;\n font-size: 20px;\n }\n}\n\ntextarea {\n background-color: $main-color-brighter;\n color: $light-color;\n}\n\nbutton {\n background-color: $medium-color;\n font-size: 20px;\n border: 1px solid $main-color;\n\n &:hover {\n cursor: pointer;\n background-color: $light-color;\n }\n}"]}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,41 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/** @license React v0.20.2
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v17.0.2
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
!function(e){function t(t){for(var n,i,f=t[0],l=t[1],a=t[2],c=0,s=[];c<f.length;c++)i=f[c],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in l)Object.prototype.hasOwnProperty.call(l,n)&&(e[n]=l[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,f=1;f<r.length;f++){var l=r[f];0!==o[l]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},u=[];function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/";var f=this["webpackJsonpibfi-ts"]=this["webpackJsonpibfi-ts"]||[],l=f.push.bind(f);f.push=t,f=f.slice();for(var a=0;a<f.length;a++)t(f[a]);var p=l;r()}([]);
//# sourceMappingURL=runtime-main.5aa3abe3.js.map

File diff suppressed because one or more lines are too long