index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
Parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
File reorganisation.
chriseth
2015-10-21
1
-1234
/
+0
*
Correctly parse ambiguities like `A.B[10] x` and `x.y[10] = 3`.
chriseth
2015-10-16
1
-23
/
+56
*
Do not catch InternalCompilerErrors as part of fatal error handling.
chriseth
2015-10-16
1
-5
/
+3
*
Tuple expressions.
chriseth
2015-10-15
1
-2
/
+18
*
indent
LianaHus
2015-10-15
1
-2
/
+2
*
some more style fixes
LianaHus
2015-10-15
1
-1
/
+2
*
mainly style fixes/renaming
LianaHus
2015-10-15
1
-2
/
+2
*
errors instead of exceptions
LianaHus
2015-10-15
1
-34
/
+52
*
added Error class for all kind of errors
LianaHus
2015-10-15
1
-2
/
+2
*
Some further test fixes.
chriseth
2015-10-13
1
-21
/
+22
*
Multi-variable declarations.
chriseth
2015-10-13
1
-5
/
+10
*
Introduced tuple type and added multi variable declarations to type
chriseth
2015-10-10
1
-2
/
+22
*
Refactoring to allow multi-variable declarations.
chriseth
2015-10-09
1
-7
/
+29
*
Provide access to scoped structs.
chriseth
2015-10-06
1
-2
/
+9
*
style fixes
LianaHus
2015-10-02
1
-12
/
+31
*
style
LianaHus
2015-09-16
1
-6
/
+2
*
style fixes
LianaHus
2015-09-16
1
-2
/
+2
*
throw statement implementation
LianaHus
2015-09-16
1
-0
/
+10
*
Parsing and type checking of libraries without inheritance.
chriseth
2015-09-11
1
-5
/
+7
*
- added tests to test empty comment
LianaHus
2015-09-10
1
-3
/
+4
*
- renamed AST to ast and ABI to abi
LianaHus
2015-09-08
1
-8
/
+11
*
renamed getter functions
LianaHus
2015-09-08
1
-96
/
+96
*
Add CMakeLists.txt for libsolidity
Lefteris Karapetsas
2015-08-19
1
-0
/
+1082