Zellic/solidity-parser
Solp is a Python library used for reading, parsing and analysis of Solidity source projects and contracts without a dependency on the solc compiler.
PythonAGPL-3.0
Issues
- 5
some suggestion
#33 opened by SherlockNovitch - 1
Add ErrorReporter object that can be passed to all solp units for error context tracking + consistent messages
#17 opened by t81lal - 0
- 0
modifiers/access_through_contract_name.sol
#24 opened by t81lal - 0
functionTypes/address_member.sol
#25 opened by t81lal - 0
- 0
array/copying/array_nested_storage_to_memory.sol
#27 opened by t81lal - 0
array/array_push_return_reference.sol
#28 opened by t81lal - 0
Solidity 0.8.22 grammar
#10 opened by t81lal - 1
Solidity 0.8.4
#3 opened by t81lal - 1
- 1
Fix 'using L for *' construct in symtab + AST2
#13 opened by t81lal - 1
Using directive 'global' support
#14 opened by t81lal - 1
0.8.22: add user defined operator support
#15 opened by t81lal - 1
Add UserValueType to symtab and AST2
#16 opened by t81lal - 1
Using Directive should create a new scope during symtab processing to enclose it's influence (like vardecl)
#18 opened by t81lal - 2
Crash parsing empty hex literal
#4 opened by fcremo - 0
parsing issue with Exactly Protocol
#1 opened by stong