judge-server
judge-server copied to clipboard
Use grammar for extracting Java class names
We can hook up lark and a simple CFG to extract package names and main class by building the AST and then looking it up.
This would also open the door for allowing more languages (like Scala) to be compiled with any name.