5
Ranchonyx
129d

The next time I hear someone go "it'll happen when you least expect it", I'll cave their skull in.

Oh and also, my Parser is done :)

Comments
  • 1
    @retoor Once I make it public on GH, I'd be happy to share it with you :)

    The input language is a "proprietary" bastard language we use at work in our ERP system.

    I dislike it a lot.

    The environment only supports strings and numbers.

    The compiler doesn't complain when you use undeclared variables and functions, hence I built a super rudimentary static analysis tool and added some other funny things like constant folding, implicit returns and such.

    Oh, and I added local functions. The environment doesn't support those, so I built a workaround.

    I'll gladly show you the stuff in detail some time.
  • 2
    We talking about a sucker punch or relationship?
  • 5
    It'll happen when you least expect it
  • 1
    @NoMad "We talking about a sucker punch or relationship?"

    50/50 sometimes you have to ask "is there a difference?"
  • 1
    @Wisecrack personally, massive difference. I don't do relationships that way.
  • 0
Add Comment