You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project builds a read-eval-print loop (REPL) interface for Java code similar to Python's interactive shell. This project contains the use of dynamic compilation, class loaders, and lexical analysis (matching nested structures).