A complete reimplementation of the Sigi symbolic stack language from Python to Rust — lexer, parser, AST, C code generation, CLI, interpreter, and REPL.
A complete reimplementation of the Sigi symbolic stack language from Python to Rust — lexer, parser, AST, C code generation, CLI, interpreter, and REPL.
Followed through on the April 1 language design plans by building working compilers for both Numlang and Selenium, with parsers, semantic analysis, code generation, and REPLs.