index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
libyul
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take special functions that require literals into account.
chriseth
2019-01-08
1
-1
/
+1
*
Use C++ user-defined literals for creating YulString constants.
Daniel Kirchner
2018-12-13
1
-3
/
+3
*
Codegen for object access.
chriseth
2018-12-12
1
-12
/
+14
*
Builtin functions for yul analysis.
chriseth
2018-12-04
1
-0
/
+19
*
Tests for parser for builtins.
chriseth
2018-12-04
1
-0
/
+17
*
Use dialect option in yul parser tests.
chriseth
2018-12-04
1
-11
/
+13
*
Introduce the concept of builtin functions.
chriseth
2018-12-04
1
-2
/
+2
*
Do not stop if there is more than one error.
chriseth
2018-12-04
1
-1
/
+2
*
liblangutil: extends CharStream to know about the respective (file-)name (and...
Christian Parpart
2018-11-29
1
-1
/
+1
*
Isolating libyul library API into its own namespace `yul`.
Christian Parpart
2018-11-23
1
-9
/
+7
*
Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...
Christian Parpart
2018-11-23
1
-3
/
+3
*
Introduce namespace `langutil` in liblangutil directory.
Christian Parpart
2018-11-22
1
-0
/
+1
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-2
/
+2
*
Renaming libjulia to libyul
Christian Parpart
2018-10-15
1
-0
/
+306