COMMITS
/ libsolidity/parsing/Parser.cpp November 18, 2016
V
Fix licensing headers
VoR0220 committed
November 11, 2016
C
Fix parser for function type disambiguity.
chriseth committed
October 10, 2016
C
Function type state variables.
chriseth committed
September 27, 2016
C
Function types.
chriseth committed
November 9, 2016
Y
parsing: ban empty enum definition.
Yoichi Hirai committed
July 30, 2016
R
Add support for do/while loops
Rhett Aultman committed
August 26, 2016
A
Merged in changes from chriseth/payable
Alex Beregszaszi committed
June 18, 2016
A
Support payable keyword for functions
Alex Beregszaszi committed
September 5, 2016
C
Require ";" after "_"
chriseth committed
August 19, 2016
C
Version pragma.
chriseth committed
April 11, 2016
C
Remove log.h from solidity.
chriseth committed
March 1, 2016
C
Code generation (missing external access and source locations).
chriseth committed
February 22, 2016
C
Parsing for inline assembly.
chriseth committed
C
Move reusable parser components into base class.
chriseth committed
February 12, 2016
February 9, 2016
R
tests added and changes made
RJ Catalano committed
February 8, 2016
January 7, 2016
L
[cond-expr] fixup according to code review
Lu Guanqun committed
December 22, 2015
L
[cond-expr] parse _ ? _ : _ into conditional AST node
Lu Guanqun committed
January 15, 2016
P
Remove unnecesary std::move
Paweł Bylica committed
December 21, 2015
C
Use paths instead of simple identifiers wherever possible.
chriseth committed
December 18, 2015
C
Merge pull request #311 from guanqun/correct-boolean-literal-position
chriseth committed
L
correct true/false literal's source
Lu Guanqun committed
December 15, 2015
C
Simple aliasing during import.
chriseth committed
R
now is compiling and passing soltest...but I think there may be a few more things to do
RJ Catalano committed
R
fixed case statements
RJ Catalano committed
R
updated attempt...still a bit more work to do but here's what's current
RJ Catalano committed
R
updated attempt, a couple of more things to sort through and change
RJ Catalano committed
December 14, 2015
C
Parse complex import directives.
chriseth committed
R
Inline array declarations complete
RJ Catalano committed
December 16, 2015
R
changed error message
RJ Catalano committed
R
updated tests and much simpler algorithm for parsing errors
RJ Catalano committed
R
R
Parsing is complete
RJ Catalano committed
November 22, 2015
C
Added the `using x for y` directive.
chriseth committed
November 23, 2015
C
Do not store elements of a contract by AST node type.
chriseth committed
November 26, 2015
C
Fix MSVC errors and warnings.
chriseth committed
November 16, 2015
C
Allow "new expressions" also for general type names.
chriseth committed
October 26, 2015
C
Allow docstrings for statements.
chriseth committed
October 23, 2015
L
more corrections
LianaHus committed
L
modified error msg
LianaHus committed
October 20, 2015
C
File reorganisation.
chriseth committed