aboutsummaryrefslogtreecommitdiffstats
path: root/liblangutil
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-2213-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 Parpart2018-11-221-0/+6
|
* Splitting out CharStream from Scanner.Christian Parpart2018-11-224-81/+216
|
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-2213-0/+2757