aboutsummaryrefslogtreecommitdiffstats
path: root/docs/grammar.txt
Commit message (Expand)AuthorAgeFilesLines
* 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