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
/
Scanner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support for negative literals.
Christian
2014-11-06
1
-11
/
+11
*
Keywords for all integer types.
Christian
2014-11-06
1
-0
/
+84
*
Converted all asserts to exceptions.
Christian
2014-11-05
1
-16
/
+17
*
Actual contract creator and add solidity to AlethZero interface.
Christian
2014-10-31
1
-5
/
+0
*
Removed std:: where it made sense.
Christian
2014-10-25
1
-14
/
+15
*
Replace BOOST_ASSERT by assert.
Christian
2014-10-25
1
-8
/
+8
*
Cleanup of copyright headers.
Christian
2014-10-20
1
-41
/
+51
*
Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for type
Christian
2014-10-20
1
-12
/
+19
*
Coding style cleanup: const and vecptr.
Christian
2014-10-20
1
-8
/
+8
*
Keyword cleanup
Christian
2014-10-17
1
-15
/
+2
*
Coding style and cleanup
Christian
2014-10-17
1
-33
/
+41
*
Corrected coding style.
Christian
2014-10-16
1
-467
/
+444
*
Corrected indentation.
Christian
2014-10-09
1
-447
/
+447
*
Parse everything up to function bodies and report parser errors with location.
Christian
2014-10-09
1
-5
/
+43
*
Solidity parser, can not parse much yet.
Christian
2014-10-08
1
-10
/
+32
*
Solidity scanner and some unit tests.
Christian
2014-10-08
1
-0
/
+653