roundme
roundme copied to clipboard
Idea from @tjade273: we can generate template solidity code based on the formula. We can also auto generate a well formed documentation alongside This will be useful in particular during...
Hello Great tool, thanks for building this! I wish the config file was automatically generated from the source code. This could be integrated into Slither, for example, which could extract...
`-1 * x` will throw the following error ``` thread 'main' panicked at src/main.rs:61:60: called `Result::unwrap()` on an `Err` value: UnrecognizedToken { token: (1, Token(7, "-"), 2), expected: ["\"(\"", "r#\"[0-9]+\"#",...
## Summary by CodeRabbit - **New Features** - Introduced support for handling negative numbers in formula parsing and analysis. - Added a new public function to initialize `FormulaConfig` with specific...