-
### Request
`0.8.28` introduced the `transient` keyword in Solidity: https://soliditylang.org/blog/2024/10/09/solidity-0.8.28-release-announcement/
### Context
Foundry uses Solang's parser fo…
-
When I issue `pnpm build` in `packages/contract`, and I have a syntax error, I often get something I can't understand, such as
```
qbzzt1@penguin:~/zk/packages/contracts$ pnpm build
> contract…
qbzzt updated
2 months ago
-
Followup https://github.com/solidity-parser/parser/issues/51
-
The solidity parser fails when there is fallback function BUT it only happens when there is no space.
Works:
```function () payable {}```
Does not work:
```function() payable {}```
```
$ a…
sbc64 updated
4 years ago
-
We can start to implement the support for Solidity 0.4 into this crate: https://github.com/sbip-sg/solang/tree/solang-sbip/solang-parser-v0.4
-
Hi all, @federicobond,
The Truffle team has grown. In order to help us maintain this repository, we'd love to move it to the `trufflesuite` organization, where issues can be more easily managed by …
-
Hi,
Solidity syntax highlighting seems a bit flawed on VSCode. Using `cmd+shift+P`>`Developer: Inspect Editor Tokens and Scopes`, you can verify that:
* some `)` characters are not recognized as `pu…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.34.0 x64
**Electron**: 3.1.4
**OS**: "Manjaro Linux"
**Thrown From**: [solidity-comments](https://github.com/nodefactoryio/atom-solidity…
-
instead of using solidity-parser lib, which has poor error messages (see https://github.com/latticexyz/mud/issues/3003)
holic updated
3 months ago
-
I'm afraid I don't know how to fix this issue, so no PR this time :(
Some invalid sources make the parser fail when building the ast, because [this method throws](https://github.com/federicobond/so…