Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblangutil: adds ParserBase::charStream() accessor | Christian Parpart | 2018-11-29 | 1 | -0/+2 |
| | |||||
* | Fix merge problem in CMake files. | chriseth | 2018-11-26 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5493 from ethereum/cmake-no-globbing | chriseth | 2018-11-26 | 1 | -3/+9 |
|\ | | | | | [WIP] CMake: Explicitly state which files to compile instead of relying on globbing | ||||
| * | CMake: Explicitly state which files to compile instead of relying on globbing. | Christian Parpart | 2018-11-26 | 1 | -3/+9 |
| | | | | | | | | | | Also remove header file lists, as there is no need to add them to add_library() or add_executable(), which should lower maintenance of the cmake files. | ||||
* | | Merge pull request #5494 from ethereum/scanner-error-handling | chriseth | 2018-11-26 | 3 | -19/+80 |
|\ \ | | | | | | | Improved Scanner error diagnostics. | ||||
| * | | Change scanner error diagnostics to be non-intrusive to the token API. | Christian Parpart | 2018-11-24 | 3 | -36/+81 |
| | | | | | | | | | | | | | | | This also implicitly eliminates the magic-token Token::IllegalHex, and streamlines error diagnostics over a custom enum class. | ||||
| * | | adapt to latest code changes | Lazaridis | 2018-11-24 | 2 | -13/+29 |
| |/ | |||||
* / | Moving SourceReferenceFormatter into langutil namespace. | Christian Parpart | 2018-11-24 | 2 | -0/+205 |
|/ | |||||
* | Replace all occurrences of NULL with nullptr. | Christian Parpart | 2018-11-23 | 1 | -8/+8 |
| | |||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 13 | -73/+44 |
| | | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference | ||||
* | Ensure liblangutil is compiled and linked as its own static library. | Christian Parpart | 2018-11-22 | 1 | -0/+6 |
| | |||||
* | Splitting out CharStream from Scanner. | Christian Parpart | 2018-11-22 | 4 | -81/+216 |
| | |||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 13 | -0/+2757 |