• 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!

parser

  1. D

    Asset - Scripts Binary/Buffer Parser

    I've just released a buffer parser asset on the marketplace. It is inspired on the binary parser Node.JS NPM package and is intended to provide an easy way to access multiple data on client/server network buffers. To use it, you must create a "parser template" by chaining multiple parsing...
  2. N

    GML GML code Beautifier

    Hey all, I've made a working code beautifier for GML! You can try it out here in your browser: http://gmlbeautify.nstbayless.com/ Fork me on GitHub, or download the binary to beautify an entire GML 1.4.x project at once: https://github.com/nstbayless/gml-beautify Currently, GML 2 syntax like...
  3. F

    Legacy GM How to parse data from text file?

    Hello I'm lost, trying few methods but no progress, I read manual and threads here, but.... Here sample code. This is saved ds_map and json_encode from this map is like this.: { "0": [ [ 1.000000, 128.000000, 160.000000, "obj_man" ], [ 2.000000, 224.000000, 128.000000, "obj_man" ], [...
  4. 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...
  5. Surgeon_

    Asset - Scripts [FREE] NSP 2 - A GML String Interpreter

    Good day, people of GMC! Some of you already know what this is. Some of you don't. Either way, it's nothing new, just a continuation of an old thread (Link) about an old asset. OVERVIEW: -Name: N String Parser 2 -Version: 2.6.5 (16th of March 2018) -Purpose: Interpreting GML strings. -Game...
Top