solidity/libsolidity/parsing
2018-04-11 22:00:04 +02:00
..
DocStringParser.cpp DocStringParser: Fix error message for empty parameter description. 2018-03-14 10:14:35 +01:00
DocStringParser.h Refactor error reporting 2017-05-30 07:28:31 -07:00
Parser.cpp Fix state variable parsing. 2018-04-11 22:00:04 +02:00
Parser.h Set header.isConstructor for old style constructors in parseFunctionHeader as well. 2018-04-03 18:21:55 +02:00
ParserBase.cpp Limit parser recursion depth further (needed by increased assembly data structure size) 2017-09-20 11:16:23 +02:00
ParserBase.h Check recursion depth in assembly parser. 2017-08-22 12:44:22 +02:00
Scanner.cpp Remove two other fall-through cases in Parser 2017-08-25 14:24:07 +01:00
Scanner.h Mark a lot of functions const (where possible) 2017-08-22 10:51:46 +01:00
Token.cpp Allow `memory` suffix for internal elementary type parsing. 2018-04-05 16:06:04 +02:00
Token.h Introduce pure specifier on functions 2017-08-24 13:46:18 +01:00
UndefMacros.h Move UndefMacros from libdevcore to libsolidity/parsing 2017-07-02 00:09:46 +01:00