I'm adapting the toy lexical analyzer and syntactical analyzer from college into something I can maybe use for a simple language for Tilemap Town scripting. I know there are generators for those kinda thing but I'd rather avoid learning and setting up a whole new system for now.
I'm keeping the scripting separated from the server itself so it should be mix-and-match once there's other options.