solidity/libsolidity
Hiroshi Tashiro 1596af5248 Stylecheck script fails on MacOS #13492
- Install GNU grep on macOS with brew install grep
- Use GNU grep with -E option
- The following errors fixed.

```
$scripts/check_style.sh
ggrep: warning: stray \ before /
ggrep: warning: stray \ before /
ggrep: warning: * at start of expression
ggrep: warning: * at start of expression
```

Fixes [Stylecheck script fails on MacOS #13492](https://github.com/ethereum/solidity/issues/13492)
2023-08-16 20:39:28 +02:00
..
analysis Stylecheck script fails on MacOS #13492 2023-08-16 20:39:28 +02:00
ast Purge using namespace std from libsolidity/ast 2023-08-14 14:54:58 +02:00
codegen Stylecheck script fails on MacOS #13492 2023-08-16 20:39:28 +02:00
formal Purge using namespace from libsolidity/formal 2023-08-15 14:40:27 +02:00
interface Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
lsp Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
parsing Purge using namespace from libsolidity/lsp and parsing 2023-08-16 17:07:52 +02:00
CMakeLists.txt User-defined operators: AST 2023-02-22 00:06:17 +01:00