aboutsummaryrefslogtreecommitdiffstats
path: root/SolidityParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add several var related test casesLu Guanqun2015-03-011-0/+34
|
* Merge pull request #1100 from chriseth/sol_arraysGav Wood2015-02-231-0/+51
|\ | | | | Parsing support for arrays.
| * Allow conversion to dynamic arrays and update grammar.Christian2015-02-221-0/+11
| |
| * Parsing of array types and basic implementation.Christian2015-02-211-0/+40
| |
* | Replaced "inheritable" by "internal".Christian2015-02-231-3/+3
|/
* Rename "protected" to "inheritable".Christian2015-02-181-3/+3
|
* "external" visibility specifier.Christian2015-02-171-0/+18
|
* Removing ';' from the end of EnumDefinitionLefteris Karapetsas2015-02-141-3/+3
|
* Addressing issues with Enums in SolidityLefteris Karapetsas2015-02-141-13/+3
|
* Disallow trailing comma in Enum DeclarationLefteris Karapetsas2015-02-141-0/+14
|
* Introducing EnumType and some Parser testsLefteris Karapetsas2015-02-141-0/+14
|
* Adding test for Enum ParsingLefteris Karapetsas2015-02-141-0/+14
|
* add exponent operatorLu Guanqun2015-02-101-0/+11
| | | | https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
* Some fixes for the ether units parser.Christian2015-02-061-0/+13
|
* Tests for ether subdenominations. Work in progressLefteris Karapetsas2015-02-051-0/+19
|
* add two test cases parser error for named argsLu Guanqun2015-02-051-0/+18
|
* Visibility specifiers.Christian2015-02-031-5/+26
|
* Merge branch 'develop' of github.com:ethereum/cpp-ethereum into developGav Wood2015-01-301-0/+27
|\ | | | | | | | | | | | | Conflicts: test/SolidityEndToEndTest.cpp test/SolidityNameAndTypeResolution.cpp test/SolidityParser.cpp
| * Parsing of events.Christian2015-01-301-0/+27
| |
* | Fallback functions.Christian2015-01-301-0/+8
|/
* Various small fixes for Sol Automatic AccessorsLefteris Karapetsas2015-01-291-1/+1
|
* Fix in addStateVariableAccessor and adjustment of parser testsLefteris Karapetsas2015-01-291-15/+24
|
* Type resolution for function modifiers.Christian2015-01-261-0/+10
|
* Function modifier parsing.Christian2015-01-261-0/+27
|
* Constructor arguments for base classes.Christian2015-01-201-0/+15
|
* Inheritance parser.Christian2015-01-201-0/+30
|
* Fixes/workarounds for tests.Gav Wood2014-12-221-1/+1
|
* updating solidity parser natspec tests to comply with recent changesLefteris Karapetsas2014-12-191-7/+7
|
* Solidity Tests names are now more consistentLefteris Karapetsas2014-12-181-0/+503
- File names and Boost Test Suite have the same name now for every solidity Test, so that there is no need to guess or check when you want to run a specific suite from the command line