aboutsummaryrefslogtreecommitdiffstats
path: root/test/libyul/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 (and...Christian Parpart2018-11-291-1/+1
* 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
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-2/+2
* Renaming libjulia to libyulChristian Parpart2018-10-151-0/+306