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 simple CLI tool to detect Solidity projects by verifying if a foundry.toml file exists in the specified path and if there is at least one .sol file in the dir…
A simple CLI tool to detect Solidity projects by verifying if a package.json file exists in the specified path and if there is at least one .sol file in the dir…
Parsing the Toy source code and generating the Cranelift IR. This project contains the lexical parser, the syntax parser, and the IR generation module.