issues
search
solidity-parser
/
parser
A Solidity parser for JS built on top of a robust ANTLR4 grammar
MIT License
157
stars
44
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for transient storage variables
#119
fvictorio
closed
3 days ago
0
Update antlr submodule ref for transient keyword
#118
yorhodes
closed
3 days ago
1
AST to code?
#117
maytinhdibo
closed
2 months ago
1
v0.18.0 - "TypeError: Cannot read properties of null (reading 'accept')" when parsing old-style value transfers `msg.sender.send{1 ETH}()`
#116
tintinweb
opened
7 months ago
0
The parser will report error if there is an avariable named `global` in solidity code
#115
jmp0x7c00
closed
8 months ago
0
Donating Funds to Solidity-Parser
#114
Lfada
closed
9 months ago
1
indexed keyword used twice
#113
Janther
opened
9 months ago
1
Improve support for Pragma Version Ranges
#112
Janther
opened
9 months ago
0
Adding FUNDING.json to interact with drips
#111
Janther
closed
9 months ago
0
Error interpreting assembly assignment with whitespace between `:` and `=`
#110
echodrift
opened
9 months ago
4
Add DRIPs funding config
#109
cgewecke
opened
9 months ago
0
Using the latest Esbuild
#108
Janther
closed
8 months ago
0
updating dependencies
#107
Janther
closed
10 months ago
0
Minimal implementation for umd
#106
Janther
closed
10 months ago
6
Feature: return comments with the parser
#105
Janther
closed
10 months ago
3
Unknown operators in types
#104
Janther
closed
10 months ago
1
Ditching antlr4ts
#103
Janther
closed
11 months ago
0
Publish ESM version
#102
fvictorio
opened
11 months ago
0
building tokens-string instead of processing it on run time
#101
Janther
closed
11 months ago
1
Nested conditionals
#99
Janther
closed
11 months ago
2
security fix for babel vulnerability
#98
Janther
closed
1 year ago
0
adding support for event declarations at file level
#97
Janther
closed
1 year ago
0
Support for Solidity 0.8.22
#96
Janther
closed
1 year ago
5
adding support for negative e notation `1000e-3`
#95
Janther
closed
1 year ago
0
Change error definition typeName to ErrorDefinition
#94
0xVolosnikov
closed
1 year ago
1
CustomErrorDefinition as nodeType for errors
#93
0xVolosnikov
closed
1 year ago
1
Prettier part of linting
#92
Janther
closed
1 year ago
0
Updating dependencies
#91
Janther
closed
1 year ago
2
CI
#90
Janther
closed
1 year ago
0
Cannot bundle for Node without forging `BROWSER`
#89
llllvvuu
closed
10 months ago
1
Update DEVELOPING.md
#88
fvictorio
opened
1 year ago
0
Parser crashes when parsing exactly's codebase via solhint
#87
juanpcapurro
closed
1 year ago
5
Support scientific notation with negative exponent
#86
fvictorio
closed
1 year ago
2
add exports to package.json to support usage in esm
#85
alvrs
closed
11 months ago
1
Not planned, to be honest. This would mean changing a lot how comments are handled by the grammar, and I don't think I'll have the bandwidth to do it. Of course, if someone wants to give it a shot, PRs are welcome.
#84
Janxinka
closed
1 year ago
0
fix: tokens loader use text and add esm output
#83
jeasonstudio
closed
11 months ago
2
Natspec parsing?
#82
lnist
opened
1 year ago
1
User defined operators
#81
fvictorio
closed
1 year ago
0
Add support for "user defined operators"
#80
Amxx
closed
1 year ago
4
Parse `address payable` parameters without names
#79
fvictorio
opened
1 year ago
0
Add support for named parameters in mappings
#78
fvictorio
closed
1 year ago
0
adding comments to the ASTNode type definition
#77
Janther
closed
1 year ago
2
Distinguish `fallback` functions with or without visibility modifier
#76
fvictorio
opened
1 year ago
0
Add start/end index to loc for easier source printing
#75
gilbert
closed
1 year ago
2
Locations on Identifiers and other node types are incorrect
#74
undauntedmark
opened
2 years ago
1
Errors should include a line number
#73
danfinlay
opened
2 years ago
0
Error encountered when parsing valid assembly switch statement
#72
wadealexc
closed
1 year ago
7
Typescript node types
#71
robinstraub
opened
2 years ago
3
Module Import Error Within NextJS
#70
walnutwaldo
opened
2 years ago
4
Handle fallback with argument and return value
#69
aoi-w
closed
2 years ago
3
Next