| Commit message (Expand) | Author | Age | Files | Lines |
* | Include the grammar verbatim in the documentation | Alex Beregszaszi | 2016-11-30 | 1 | -110/+0 |
* | Properly define the pragma directive in the grammar | Alex Beregszaszi | 2016-11-18 | 1 | -1/+1 |
* | Mention "payable" in the documentation. | chriseth | 2016-11-16 | 1 | -2/+2 |
* | Added function types to the grammar. | chriseth | 2016-11-16 | 1 | -1/+4 |
* | #1362: As it stands currently, the >>> operator will not be implemented. | Walter Weinmann | 2016-11-14 | 1 | -1/+1 |
* | Fix semicolons | chriseth | 2016-11-11 | 1 | -3/+3 |
* | Add support for do/while loops | Rhett Aultman | 2016-11-10 | 1 | -1/+2 |
* | Merge pull request #1189 from NicolaiSoeborg/develop | chriseth | 2016-10-11 | 1 | -2/+2 |
|\ |
|
| * | Fix: HexLiteral must be even number of nibbles | Nicolai | 2016-10-11 | 1 | -1/+1 |
| * | Add HexLiteral to grammar, fixes #1186 | Nicolai | 2016-10-11 | 1 | -2/+2 |
* | | Considering comment from @chriseth regarding FunctionCall. | walter-weinmann | 2016-09-06 | 1 | -3/+1 |
* | | Considering comments from @chriseth regarding ExpressionStatement and Functio... | walter-weinmann | 2016-09-06 | 1 | -4/+6 |
* | | Changes related to issues #984, #989, #999, #1001 and #1004. | walter-weinmann | 2016-09-06 | 1 | -4/+4 |
* | | Update grammar.txt to reflect the change. | chriseth | 2016-09-05 | 1 | -2/+3 |
* | | Version pragma. | chriseth | 2016-09-01 | 1 | -4/+7 |
* | | Remove after from grammar.txt | Denton Liu | 2016-08-11 | 1 | -1/+1 |
|/ |
|
* | Add syntax for fallback functions | Nicolai | 2016-08-09 | 1 | -1/+1 |
* | Split ElementaryTypeName into smaller rules | Nicolai | 2016-08-02 | 1 | -5/+11 |
* | Remove ambiguity from EventDefinition. Fix SourceUnit | Nicolai | 2016-08-02 | 1 | -9/+9 |
* | Remove 'reduce/reduce conflicts' with comma operator | Nicolai | 2016-07-31 | 1 | -1/+1 |
* | Fix reduce/reduce conflicts w/ multiple FunctionCall in Expression | Nicolai | 2016-07-30 | 1 | -1/+1 |
* | Remove TypeParameterList | Nicolai | 2016-07-30 | 1 | -4/+4 |
* | Fixes to expression | Nicolai | 2016-07-27 | 1 | -10/+9 |
* | Added wildcard to UsingForDeclaration | Nicolai | 2016-07-27 | 1 | -3/+3 |
* | Imports => ImportDirective | Nicolai | 2016-07-27 | 1 | -5/+6 |
* | Remove assignment as expr. Add functionCall as primaryExpression | Nicolai | 2016-07-26 | 1 | -6/+6 |
* | Fix missing seperator from commit 8b450dd8 | Nicolai | 2016-07-26 | 1 | -1/+1 |
* | Added PlaceholderStatement | Nicolai | 2016-07-25 | 1 | -1/+2 |
* | Add StorageLocation | Nicolai | 2016-07-25 | 1 | -2/+3 |
* | Allow function to call modifiers | Nicolai | 2016-07-25 | 1 | -1/+1 |
* | Order expression according to PR 732 | Nicolai | 2016-07-23 | 1 | -9/+18 |
* | New regex for StringLiteral | Nicolai | 2016-07-23 | 1 | -1/+2 |
* | Begin fixing expression syntax | Nicolai | 2016-07-23 | 1 | -14/+18 |
* | Added UsingDeclaration | Nicolai | 2016-07-21 | 1 | -2/+5 |
* | Extend EventDefinition | Nicolai | 2016-07-21 | 1 | -1/+3 |
* | Fix missing 'ether' from NumberUnit. Extend StringLiteral syntax | Nicolai | 2016-07-20 | 1 | -5/+3 |
* | Added missing (u)fixed types | Nicolai | 2016-07-20 | 1 | -2/+5 |
* | Extend NumberLiteral with units | Nicolai | 2016-07-20 | 1 | -2/+2 |
* | Added imports | Nicolai | 2016-07-20 | 1 | -1/+6 |
* | Add EventDefinition | Nicolai | 2016-07-20 | 1 | -1/+3 |
* | NumberLiteral: Allow 0x prefix | Nicolai | 2016-07-20 | 1 | -1/+1 |
* | Allow function returns to be unnamed | Nicolai | 2016-07-20 | 1 | -1/+3 |
* | Fix StructDef. Add BoolLiteral. Def NumLiteral, StringLiteral and Identifier. | Nicolai | 2016-07-20 | 1 | -3/+8 |
* | Fix missing quotes in ElementaryTypeName | Nicolai | 2016-07-20 | 1 | -5/+5 |
* | Added ElementaryTypeName, removed explicit recursion | Nicolai | 2016-07-20 | 1 | -1/+8 |
* | Add forStmt to Stmt, removes BasicBinaryOperation, throw expr, explicit rec i... | Nicolai | 2016-07-19 | 1 | -7/+6 |
* | Remove "in", extra semicolons, forced function param. Added "throw". Changes ... | Nicolai | 2016-07-19 | 1 | -9/+9 |
* | grammar.txt: Fixes to EnumDef and ArrayTypeName | Nicolai | 2016-07-19 | 1 | -2/+2 |
* | grammer.txt: inheritable => internal | Nicolai | 2016-07-19 | 1 | -2/+2 |
* | Grammar: tab => spaces | Nicolai Søborg | 2016-07-15 | 1 | -5/+5 |
* | Typos + added missing grammar rules | Nicolai | 2016-07-15 | 1 | -3/+9 |
* | throw statement implementation | LianaHus | 2015-09-16 | 1 | -0/+1 |
* | Parsing and type checking of libraries without inheritance. | chriseth | 2015-09-11 | 1 | -1/+1 |
* | Add CMakeLists.txt for libsolidity | Lefteris Karapetsas | 2015-08-19 | 1 | -0/+47 |