aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/Parser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disallow mismatching types in switch cases and detect duplicates by value ↵Daniel Kirchner2019-01-151-0/+13
| | | | for number literals.
* Take special functions that require literals into account.chriseth2019-01-081-1/+1
|
* Use C++ user-defined literals for creating YulString constants.Daniel Kirchner2018-12-131-3/+3
|
* Codegen for object access.chriseth2018-12-121-12/+14
|
* Builtin functions for yul analysis.chriseth2018-12-041-0/+19
|
* Tests for parser for builtins.chriseth2018-12-041-0/+17
|
* Use dialect option in yul parser tests.chriseth2018-12-041-11/+13
|
* Introduce the concept of builtin functions.chriseth2018-12-041-2/+2
|
* Do not stop if there is more than one error.chriseth2018-12-041-1/+2
|
* liblangutil: extends CharStream to know about the respective (file-)name ↵Christian Parpart2018-11-291-1/+1
| | | | (and adapt codebase to it)
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-9/+7
|
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ↵Christian Parpart2018-11-231-3/+3
| | | | libyul
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
| | | | | | | 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
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-2/+2
|
* Renaming libjulia to libyulChristian Parpart2018-10-151-0/+306