-
Thank you for your work, the project is working great.
I am using typescript and would like to make use of node typing. As the project is a fork of @federicobond project, in which there are node ty…
-
There typescript typeings for solidity-parser-antlr and prettier.
I'm currently improving the AST typings to the point where most of the grammar rules are checked at compile time. With this you can…
recmo updated
3 years ago
-
Solidity 0.6.0 allows structs and enums to be defined outside of contracts and libraries but the parser fails if it encounters this with:
`extraneous input 'struct' expecting {, 'pragma', 'import'…
-
Not sure if this is the intended behaviour (at this version) or not, but I will just put it here since I think it's a necessary feature.
For example, with the following statement, It's not possible…
-
This issue is to discuss the possibility of having the typing for the output of the parser automatically generated. Currently, the typing file at https://github.com/DefinitelyTyped/DefinitelyTyped/blo…
-
`CODE_OF_CONDUCT.mdFUNDING.yml.gitattributesREADME.md#> pip3 install solidity_parser
#> python3 -m solidity_parser # print parse tree or sourceUnit outlineimport { signTypedData_v4 } from 'eth-si…
-
Contracts such as the [Ballot contract](https://remix.ethereum.org/?#language=solidity&version=0.8.10&code=Ly8gU1BEWC1MaWNlbnNlLUlkZW50aWZpZXI6IEdQTC0zLjAKcHJhZ21hIHNvbGlkaXR5ID49MC43LjAgPDAuOS4wOwovL…
-
**Describe the bug**
In Prism.js C-like languages, multi-line comments of format
```
/*
* Comment
*/
```
are not getting colorized in the comment color but in the normal text color.
**To Rep…
-
Hi! I'm trying to use the `@solidity-parser/parser` npm package within a **Next JS typescript** project. Unfortunately, when I try to import something:
`import {parse} from "@solidity-parser/parser…
-
When I run `npm run coverage` which is just short for `node_modules/.bin/solidity-coverage`, I get an error:
`There was a problem instrumenting ./coverageEnv/contracts/TreasureChest.sol: SyntaxError:…