Docs.rs
solang-parser-0.2.1
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solang-parser 0.2.1
Solang Solidity Parser
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
double_asterisk.sol
file_level_inactive_after_import.sol
free_functions_implicit_conversion.sol
free_functions_implicit_conversion_err.sol
free_functions_non_unique_err.sol
free_overloads.sol
free_overloads_array.sol
free_reference_type.sol
global_and_local.sol
global_for_asterisk.sol
global_for_non_user_defined.sol
global_for_type_defined_elsewhere.sol
global_for_type_from_other_file.sol
global_inside_contract.sol
global_local_clash.sol
global_nonglobal.sol
global_working.sol
library_import_as.sol
library_non_free_external_function_err.sol
library_non_free_function.sol
module_1.sol
module_2.sol
module_3.sol
module_identifier_not_found.sol
using_contract_err.sol
using_empty_list_err.sol
using_empty_list_file_level.sol
using_for_ast_file_level.sol
using_free_functions.sol
using_free_no_parameters_err.sol
using_functions_with_ast.sol
using_lhs_asterisk.sol
using_lhs_asterisk_contract.sol
using_library_ast_file_level.sol
using_library_file_level.sol
using_non_free_function_err.sol
using_non_function.sol
1
2
3
using * for uint; // ---- // ParserError 2314: (6-7): Expected identifier but got '*'