solidity/liblangutil
Christian Parpart e4106bd06e Change scanner error diagnostics to be non-intrusive to the token API.
This also implicitly eliminates the magic-token Token::IllegalHex, and
streamlines error diagnostics over a custom enum class.
2018-11-24 12:40:51 +01:00
..
CharStream.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
CharStream.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
CMakeLists.txt Ensure liblangutil is compiled and linked as its own static library. 2018-11-21 18:58:36 +00:00
ErrorReporter.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ErrorReporter.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
EVMVersion.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00
Exceptions.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Exceptions.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ParserBase.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
ParserBase.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Scanner.cpp Change scanner error diagnostics to be non-intrusive to the token API. 2018-11-24 12:40:51 +01:00
Scanner.h Change scanner error diagnostics to be non-intrusive to the token API. 2018-11-24 12:40:51 +01:00
SourceLocation.h Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Token.cpp Introduce namespace langutil in liblangutil directory. 2018-11-21 19:13:44 +00:00
Token.h Change scanner error diagnostics to be non-intrusive to the token API. 2018-11-24 12:40:51 +01:00
UndefMacros.h Isolating files shared between Yul- and Solidity language frontend. 2018-11-21 18:58:12 +00:00