aboutsummaryrefslogtreecommitdiffstats
path: root/docs/grammar.txt
Commit message (Expand)AuthorAgeFilesLines
* Disallow uppercase X in hex number literalshydai2018-09-191-1/+1
* Accept ``address payable`` during parsing.Daniel Kirchner2018-09-111-0/+1
* Add hex numbers with uppercase X to grammar.txtFederico Bond2018-09-021-1/+1
* grammar: remove stray IdentifierList ruleAlex Beregszaszi2018-07-311-1/+0
* grammar: rename AssemblyLocalBinding to AssemblyVariableDeclarationAlex Beregszaszi2018-07-251-2/+2
* grammar: introduce AssemblyExpression and use it in Assignment/LocalBindingAlex Beregszaszi2018-07-251-2/+3
* grammar: support all assignment stataments in inline assemblyAlex Beregszaszi2018-07-251-1/+1
* Update documentation.Daniel Kirchner2018-07-031-1/+1
* grammar: removes the var-keyword from the grammarChristian Parpart2018-07-031-3/+2
* Allow using `calldata` keyword to specify data locationmingchuan2018-05-301-1/+1
* Update documentation for multi variable declaration statement.chriseth2018-05-161-1/+1
* Updated StateVariableGrammar rule #3974sledrho2018-04-231-1/+1
* Disallow empty structsAlex Beregszaszi2018-03-271-1/+1
* Introduce emit statement.chriseth2018-02-221-1/+2
* grammar.txt: Add optional storage location to parametersFederico Bond2018-01-041-6/+11
* Merge pull request #3204 from frangio/grammar-incomplete-tuplesAlex Beregszaszi2017-11-221-2/+2
|\
| * Make tuple components optional in documented grammarFrancisco Giordano2017-11-151-2/+2
* | Improve rule for decimal numbers in grammar.txtFederico Bond2017-11-161-3/+3
|/
* grammar.txt: spelling error uixed.walter-weinmann2017-10-141-1/+1
* Add pure to grammarAlex Beregszaszi2017-08-241-1/+1
* Update grammar with viewAlex Beregszaszi2017-08-231-1/+1
* Allow constant modifier on state variables in grammarAlex Beregszaszi2017-08-171-1/+1
* Update grammar to reflect state mutabilityAlex Beregszaszi2017-08-171-2/+3
* Fix the grammar for fixed point typesAlex Beregszaszi2017-08-161-2/+2
* Fix and improve grammar.txtFederico Bond2017-06-231-4/+5
* grammar.txt: Fix grammar for f.gas(p).value(q)() style callsFederico Bond2017-06-231-4/+11
* Fix grammar for tuple expressionsFederico Bond2017-06-201-1/+4
* Support dialect of assembly in grammarAlex Beregszaszi2017-06-151-1/+1
* Support interface contractsAlex Beregszaszi2017-06-151-1/+1
* Support AssemblyLabel in grammarAlex Beregszaszi2017-06-151-1/+2
* Fix AssemblyAssignment in grammarAlex Beregszaszi2017-06-151-1/+1
* grammar.txt: Add rule for tuple destructuringFederico Bond2017-02-091-1/+2
* Correct identifier regexchriseth2017-01-211-1/+1
* grammar.txt: Replace Identifier for Typename in NewExpressionFederico Bond2017-01-111-1/+1
* grammar.txt: Add named function argumentsFederico Bond2017-01-111-1/+7
* grammar.txt: Move StorageLocation? up to VariableDeclarationFederico Bond2017-01-111-3/+3
* Merge pull request #1527 from federicobond/elementarytypenameconversionchriseth2017-01-031-1/+8
|\
| * Add ElementaryTypeNameExpression to grammar.txtFederico Bond2017-01-021-1/+8
* | Merge pull request #1529 from federicobond/right-shiftschriseth2017-01-021-1/+1
|\ \
| * | Add missing right-hand side expression for shiftsFederico Bond2016-12-281-1/+1
| |/
* / Add UserDefinedTypeName to grammar.txtFederico Bond2016-12-281-2/+10
|/
* Add unimplemented functions to grammarFederico Bond2016-12-271-1/+1
* Fix NumberLiteral rule for hex numbersFederico Bond2016-12-251-1/+4
* Fix StorageLocation position for ArrayTypeName rule in grammarFederico Bond2016-12-251-1/+1
* Remove duplicate Identifier from AssemblyItem grammar ruleFederico Bond2016-12-081-1/+1
* grammar.txt: define inline assemblyYoichi Hirai2016-12-021-1/+9
* grammar.txt: remove a space from `payable` keywordYoichi Hirai2016-12-021-1/+1
* Include the grammar verbatim in the documentationAlex Beregszaszi2016-11-301-0/+110