• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

postfix

  1. Yambam

    Short circuit evaluation and reverse Polish notation

    I am now in the midst of making a simple bytecode interpreter that uses RPN for expression notation and really postfix notation for anything, but now I've come to the question which is: can short circuit evaluation actually be used on postfix expressions? For example when evaluating the...
  2. Yambam

    Evaluate math expression and conversion to postfix

    GM Version: Any Target Platform: All Download: http://gamemaker.mooo.com/games/229637-calculator-and-grapher-script Links: N/A Summary: This is a script that evaluates simple mathematical expressions like 10+(1+3)*3*4^2 and either returns the result from the stack (202 in this case), or you can...
Top