| Commit message (Expand) | Author | Age | Files | Lines |
* | Disallow uppercase X in hex number literals | hydai | 2018-09-19 | 1 | -1/+1 |
* | Accept ``address payable`` during parsing. | Daniel Kirchner | 2018-09-11 | 1 | -0/+1 |
* | Add hex numbers with uppercase X to grammar.txt | Federico Bond | 2018-09-02 | 1 | -1/+1 |
* | grammar: remove stray IdentifierList rule | Alex Beregszaszi | 2018-07-31 | 1 | -1/+0 |
* | grammar: rename AssemblyLocalBinding to AssemblyVariableDeclaration | Alex Beregszaszi | 2018-07-25 | 1 | -2/+2 |
* | grammar: introduce AssemblyExpression and use it in Assignment/LocalBinding | Alex Beregszaszi | 2018-07-25 | 1 | -2/+3 |
* | grammar: support all assignment stataments in inline assembly | Alex Beregszaszi | 2018-07-25 | 1 | -1/+1 |
* | Update documentation. | Daniel Kirchner | 2018-07-03 | 1 | -1/+1 |
* | grammar: removes the var-keyword from the grammar | Christian Parpart | 2018-07-03 | 1 | -3/+2 |
* | Allow using `calldata` keyword to specify data location | mingchuan | 2018-05-30 | 1 | -1/+1 |
* | Update documentation for multi variable declaration statement. | chriseth | 2018-05-16 | 1 | -1/+1 |
* | Updated StateVariableGrammar rule #3974 | sledrho | 2018-04-23 | 1 | -1/+1 |
* | Disallow empty structs | Alex Beregszaszi | 2018-03-27 | 1 | -1/+1 |
* | Introduce emit statement. | chriseth | 2018-02-22 | 1 | -1/+2 |
* | grammar.txt: Add optional storage location to parameters | Federico Bond | 2018-01-04 | 1 | -6/+11 |
* | Merge pull request #3204 from frangio/grammar-incomplete-tuples | Alex Beregszaszi | 2017-11-22 | 1 | -2/+2 |
|\ |
|
| * | Make tuple components optional in documented grammar | Francisco Giordano | 2017-11-15 | 1 | -2/+2 |
* | | Improve rule for decimal numbers in grammar.txt | Federico Bond | 2017-11-16 | 1 | -3/+3 |
|/ |
|
* | grammar.txt: spelling error uixed. | walter-weinmann | 2017-10-14 | 1 | -1/+1 |
* | Add pure to grammar | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
* | Update grammar with view | Alex Beregszaszi | 2017-08-23 | 1 | -1/+1 |
* | Allow constant modifier on state variables in grammar | Alex Beregszaszi | 2017-08-17 | 1 | -1/+1 |
* | Update grammar to reflect state mutability | Alex Beregszaszi | 2017-08-17 | 1 | -2/+3 |
* | Fix the grammar for fixed point types | Alex Beregszaszi | 2017-08-16 | 1 | -2/+2 |
* | Fix and improve grammar.txt | Federico Bond | 2017-06-23 | 1 | -4/+5 |
* | grammar.txt: Fix grammar for f.gas(p).value(q)() style calls | Federico Bond | 2017-06-23 | 1 | -4/+11 |
* | Fix grammar for tuple expressions | Federico Bond | 2017-06-20 | 1 | -1/+4 |
* | Support dialect of assembly in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
* | Support interface contracts | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
* | Support AssemblyLabel in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+2 |
* | Fix AssemblyAssignment in grammar | Alex Beregszaszi | 2017-06-15 | 1 | -1/+1 |
* | grammar.txt: Add rule for tuple destructuring | Federico Bond | 2017-02-09 | 1 | -1/+2 |
* | Correct identifier regex | chriseth | 2017-01-21 | 1 | -1/+1 |
* | grammar.txt: Replace Identifier for Typename in NewExpression | Federico Bond | 2017-01-11 | 1 | -1/+1 |
* | grammar.txt: Add named function arguments | Federico Bond | 2017-01-11 | 1 | -1/+7 |
* | grammar.txt: Move StorageLocation? up to VariableDeclaration | Federico Bond | 2017-01-11 | 1 | -3/+3 |
* | Merge pull request #1527 from federicobond/elementarytypenameconversion | chriseth | 2017-01-03 | 1 | -1/+8 |
|\ |
|
| * | Add ElementaryTypeNameExpression to grammar.txt | Federico Bond | 2017-01-02 | 1 | -1/+8 |
* | | Merge pull request #1529 from federicobond/right-shifts | chriseth | 2017-01-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Add missing right-hand side expression for shifts | Federico Bond | 2016-12-28 | 1 | -1/+1 |
| |/ |
|
* / | Add UserDefinedTypeName to grammar.txt | Federico Bond | 2016-12-28 | 1 | -2/+10 |
|/ |
|
* | Add unimplemented functions to grammar | Federico Bond | 2016-12-27 | 1 | -1/+1 |
* | Fix NumberLiteral rule for hex numbers | Federico Bond | 2016-12-25 | 1 | -1/+4 |
* | Fix StorageLocation position for ArrayTypeName rule in grammar | Federico Bond | 2016-12-25 | 1 | -1/+1 |
* | Remove duplicate Identifier from AssemblyItem grammar rule | Federico Bond | 2016-12-08 | 1 | -1/+1 |
* | grammar.txt: define inline assembly | Yoichi Hirai | 2016-12-02 | 1 | -1/+9 |
* | grammar.txt: remove a space from `payable` keyword | Yoichi Hirai | 2016-12-02 | 1 | -1/+1 |
* | Include the grammar verbatim in the documentation | Alex Beregszaszi | 2016-11-30 | 1 | -0/+110 |