judge-server icon indicating copy to clipboard operation
judge-server copied to clipboard

Use grammar for extracting Java class names

Open Xyene opened this issue 7 years ago • 0 comments

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.

Xyene avatar Dec 02 '17 20:12 Xyene