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
/
parsing
/
Scanner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove two other fall-through cases in Parser
Alex Beregszaszi
2017-08-25
1
-1
/
+1
*
Merge interface/Exceptions and interface/Utils
Alex Beregszaszi
2017-06-22
1
-1
/
+1
*
Disallow octal literals.
chriseth
2017-03-07
1
-0
/
+3
*
parser: recognize an end of comment of the form `**/` at the end of a multi-l...
Yoichi Hirai
2016-12-01
1
-1
/
+6
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Introduce hex literals (#832)
Alex Beregszaszi
2016-08-16
1
-0
/
+35
*
Rename addUnicodeChar to addUnicodeAsUTF8
Alex Beregszaszi
2016-08-05
1
-2
/
+2
*
Support Unicode escape characters in string literals ('\uUUUU')
Alex Beregszaszi
2016-08-05
1
-0
/
+43
*
added const correctness to extract functions in Token
RJ Catalano
2016-02-19
1
-4
/
+4
*
added two functions in Token to handle long identifiers, redid fromIdentifier...
RJ Catalano
2016-02-19
1
-6
/
+8
*
tests added and changes made
RJ Catalano
2016-02-19
1
-20
/
+11
*
changes to redefine the token list, the scanner, and the parser and how they ...
RJ Catalano
2016-02-19
1
-12
/
+25
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+771