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
/
solidityParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import directive.
Christian
2014-12-03
1
-2
/
+53
*
Adding natspec comment test being between keyword and signature
Lefteris Karapetsas
2014-12-01
1
-2
/
+24
*
Solidity natspec docstring test improvements
Lefteris Karapetsas
2014-11-28
1
-23
/
+47
*
Solidity FunctionDefinition used ASTString shared ptr for docstrings
Lefteris Karapetsas
2014-11-28
1
-9
/
+11
*
Adding solidity natspec comment inside function body
Lefteris Karapetsas
2014-11-28
1
-0
/
+30
*
Fixing multiline comment parsing in solidity
Lefteris Karapetsas
2014-11-28
1
-2
/
+0
*
Solidity work for documentation strings
Lefteris Karapetsas
2014-11-28
1
-0
/
+52
*
Solidity function AST nodes get documentation attribute
Lefteris Karapetsas
2014-11-27
1
-1
/
+32
*
Magic variables.
Christian
2014-11-24
1
-20
/
+0
*
Contracts as types and framework for special global variables.
Christian
2014-11-24
1
-0
/
+20
*
Bugfix: Special case of statements starting with type conversion.
Christian
2014-11-05
1
-1
/
+9
*
Further const placement changes.
Christian
2014-10-30
1
-1
/
+1
*
Parser fix: Consume break and continue.
Christian
2014-10-29
1
-1
/
+1
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-1
/
+1
*
Corrected coding style.
Christian
2014-10-16
1
-10
/
+16
*
Added meaningful exception types.
Christian
2014-10-16
1
-2
/
+2
*
Initial implementation of Solidity parser finished, not yet tested much.
Christian
2014-10-10
1
-0
/
+78
*
Parse everything up to function bodies and report parser errors with location.
Christian
2014-10-09
1
-9
/
+94
*
Solidity parser, can not parse much yet.
Christian
2014-10-08
1
-0
/
+52