Git Product home page Git Product logo

javascript-playground's People

Contributors

qiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

javascript-playground's Issues

Befunge-93 Put and Get have swapped X Y values

Hello,
according to the following three Wiki Entries the X and Y values used for p (put) and g (get) commands are popped the other way around from the stack.

According tho those wikies, the first poped value is Y and the second one is X (and the third one is V) but in your visual-befunge93-interpreter they are used as if the first value is X and the second one is Y this causes you to have to enter them in reversed order and also makes a lot of befunge examples not work correctly.

bug when dividing with a empty stack

i know its kindof wierd to divide with an empty stack, but what the compiler does should not be happening at all, if you input the code

/@

it will put NaN in the stack ๐Ÿค”
i'd suggest either printing some sort of error and not putting anything in the stack

what you are currently doing in your code is dividing 0/0 (scince befunge defaults a empty stack to 0) and 0/0 is not possible
afbeelding

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.