Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Ranchonyx10398129d@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. -
Wisecrack9212124d@NoMad "We talking about a sucker punch or relationship?"
50/50 sometimes you have to ask "is there a difference?"
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 :)
random