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
- Implemented a compiler for the MicroJava language targeting a custom virtual machine - Developed a lexical analyzer, parser, semantic analyzer, and bytecode generator - Built and traversed abstract syntax trees to ensure semantic correctness - Generated executable bytecode for valid programs