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
*
Isolating files shared between Yul- and Solidity language frontend.
Christian Parpart
2018-11-22
1
-920
/
+0
*
Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper nam...
Christian Parpart
2018-10-22
1
-16
/
+16
*
provide general hex-literal error message, fixes #1802
Lazaridis
2018-10-09
1
-3
/
+3
*
Fix typos.
chriseth
2018-10-04
1
-1
/
+1
*
Disallow uppercase X in hex number literals
hydai
2018-09-19
1
-2
/
+2
*
This fixes several bugs with regards to line breaks and comments:
chriseth
2018-09-06
1
-26
/
+53
*
Refactor handling of whitespace.
chriseth
2018-09-06
1
-5
/
+0
*
Cleanup & polish numbers-with-underscores parsing, also improving tests.
Christian Parpart
2018-08-08
1
-29
/
+31
*
Add stricter hex underscore rules
Balajiganapathi S
2018-08-08
1
-16
/
+19
*
Allow underscores in numbers.
Balajiganapathi S
2018-08-08
1
-2
/
+26
*
Disallow trailing dots that are not followed by a number
Leonardo Alt
2018-05-30
1
-1
/
+7
*
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