Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | liblangutil: small refactors wrt. API cleanups | Christian Parpart | 2018-12-01 | 1 | -1/+1 |
| | | | | Especially also remove SourceLocation ctor's that the compiler can default-implement. | ||||
* | liblangutil: Scanner: remove superfluous sourceName field (it's in ↵ | Christian Parpart | 2018-12-01 | 1 | -6/+3 |
| | | | | | | | CharStream already) Also, ParserBase::sourceName() was dead code. Eliminating it should increase test coverage (how sneaky) :-) | ||||
* | liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵ | Christian Parpart | 2018-12-01 | 1 | -12/+13 |
| | | | | | | source, eliminating sourceName Also, adapted affecting code to those changes. | ||||
* | liblangutil: adds Scanner.charStream() accessor | Christian Parpart | 2018-11-29 | 1 | -0/+2 |
| | |||||
* | Change scanner error diagnostics to be non-intrusive to the token API. | Christian Parpart | 2018-11-24 | 1 | -0/+33 |
| | | | | | This also implicitly eliminates the magic-token Token::IllegalHex, and streamlines error diagnostics over a custom enum class. | ||||
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -10/+6 |
| | | | | | | | 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 | ||||
* | Splitting out CharStream from Scanner. | Christian Parpart | 2018-11-22 | 1 | -31/+1 |
| | |||||
* | Isolating files shared between Yul- and Solidity language frontend. | Christian Parpart | 2018-11-22 | 1 | -0/+249 |