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
A Java-- to Jasmin compiler with ANTLR-based grammar, AST translation, symbol table, semantic analysis, basic optimizations, and code generation, developed for the Compilers course at FEUP.
A config-driven static analysis tool that eliminates dead code produced by constant folding in Java/Kotlin projects. Replaces boolean flags with literals, simplifies expressions, removes dead branches and methods — all in an iterative pipeline until convergence.