issues
search
ConsenSysMesh
/
solidity-parser
Solidity Parser in Javascript
138
stars
54
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Patch. I'm also revising [Doc/using/windows.rst](https://github.com/python/cpython/blob/main/Doc/using/windows.rst), but I don't want to delay the initial reviews.
#106
BLAQKING36
opened
2 years ago
0
Updating the installer for better security and robustness. Large patch coming soon (just getting an issue number to put in NEWS).
#105
BLAQKING36
opened
2 years ago
0
Got about as many reviews as I expected, but the builds have been going fine and I want this checked in before alpha, so in it goes :)
#104
BLAQKING36
opened
2 years ago
0
71aecca
#103
BLAQKING36
opened
2 years ago
0
Update package.json to include the repository
#101
msftenhanceprovenance
opened
3 years ago
3
This may not support 'emit' for Event.
#100
tagomaru
closed
6 years ago
1
How to get contract address in web3
#99
tbenny
closed
6 years ago
1
Cannot parse a simple smart contract
#98
yimin-yang
closed
6 years ago
2
Upgrades for solc 0.4.23
#97
cgewecke
closed
6 years ago
1
Fix "this" Bug and Add Expression Parser
#96
mikeseese
closed
6 years ago
2
Parser fails when it reaches a symbol with name "export"
#95
bitsandsalsa
closed
6 years ago
1
Returning (struct storage) causes a parsing error
#94
sohkai
closed
6 years ago
1
new `pragma experimental` grammar yields SyntaxError
#93
isaackwan
closed
6 years ago
1
missing location info in some nodes
#92
duaraghav8
closed
6 years ago
0
inline assembly var. declaration without 'let' keyword fails in some cases
#91
duaraghav8
closed
6 years ago
0
Can you please do a npm publish?
#90
izqui
closed
7 years ago
1
Move solidity-parser to the trufflesuite organization?
#89
tcoulter
opened
7 years ago
14
Return empty list instead of null when contract body is empty
#88
federicobond
closed
7 years ago
2
Allow ReturnStatement arguments to be on subsequent lines
#87
cgewecke
closed
7 years ago
1
Errors when ReturnStatement arguments are on subsequent lines
#86
cgewecke
closed
7 years ago
1
Parse "returns" in FunctionDeclaration
#85
duaraghav8
closed
7 years ago
3
Add "build" to .gitignore
#84
duaraghav8
closed
7 years ago
2
Missing assembly rules: for, switch, function
#83
cgewecke
closed
6 years ago
0
Allow "return" keyword to be used as assembly opcode
#82
cgewecke
closed
7 years ago
4
Unable to parse 'return' in inline assembly
#81
area
closed
7 years ago
1
SyntaxError when parsing empty array expression
#80
duaraghav8
closed
7 years ago
6
Incorrectly shows error with var ( ,b) = ...
#79
beether
closed
6 years ago
1
Does not show error on invalid multiple returns
#78
beether
closed
6 years ago
0
Also build parser on postinstall?
#77
cgewecke
closed
6 years ago
2
Struct instantiation pattern "MyStruct ({...})" doesn't get parsed
#76
duaraghav8
closed
7 years ago
6
Consume whitespace in VariableDeclarationTuple correctly
#75
cgewecke
closed
7 years ago
0
Parsing destructuring assignment across lines throws error
#74
travs
closed
7 years ago
2
Allow trailing comma in name-value lists
#73
cgewecke
closed
7 years ago
5
Parse function calls that use a name-value list
#72
cgewecke
closed
7 years ago
8
Error parsing struct instantiation
#71
travs
closed
7 years ago
3
Allow omitted elements in destructuring tuple assignments
#70
cgewecke
closed
7 years ago
1
Tuples assignment should allow omitted components in a destructuring assignment
#69
cgewecke
closed
7 years ago
0
Add support for solidity interfaces
#68
marekkirejczyk
closed
7 years ago
4
Support for Interfaces
#67
marekkirejczyk
closed
7 years ago
6
Allow numeric and string literals for AssemblyLocalBinding rule
#66
cgewecke
closed
7 years ago
7
Make the callee in NewExpression a Type
#65
frangio
closed
7 years ago
1
Add a prepare script so that build is run on publish or install
#64
frangio
closed
7 years ago
7
Rebuild parser
#63
cgewecke
closed
7 years ago
1
Allow spaces before array index at Type rule.
#62
cgewecke
closed
7 years ago
2
Consume function braces at FunctionBody rule
#61
cgewecke
closed
7 years ago
15
Add VariableDeclarationTuple rule
#60
cgewecke
closed
7 years ago
1
RBrace (ASCII 0x7D) in strings breaks parser
#59
christoph2806
closed
7 years ago
1
Normalize handling of BlockStatement brackets at FunctionBody node
#58
cgewecke
closed
7 years ago
2
Change DeclarativeExpression's management of visibility and storage specifiers
#57
cgewecke
closed
7 years ago
1
(Seemingly) irrelevant data being created
#56
duaraghav8
closed
6 years ago
3
Next