aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/parsing/Scanner.h
Commit message (Expand)AuthorAgeFilesLines
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-249/+0
* Add Scanner function that prints source based on SourceLocationLeonardo Alt2018-11-131-0/+7
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper nam...Christian Parpart2018-10-221-15/+15
* This fixes several bugs with regards to line breaks and comments:chriseth2018-09-061-2/+5
* Code, Changelog, ReleaseChecklist: Fix typos.Cryptomental2018-07-111-1/+1
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-5/+5
* Metadata stamp.chriseth2016-12-011-0/+4
* Fix licensing headersVoR02202016-11-231-4/+4
* Introduce hex literals (#832)Alex Beregszaszi2016-08-161-0/+1
* Rename addUnicodeChar to addUnicodeAsUTF8Alex Beregszaszi2016-08-051-1/+1
* Support Unicode escape characters in string literals ('\uUUUU')Alex Beregszaszi2016-08-051-0/+2
* Remove log.h from solidity.chriseth2016-04-121-1/+0
* helper function in scanner and corresponding edits to parserBaseVoR02202016-03-311-0/+7
* - inline and assembly keywords addedLianaHus2016-03-121-3/+3
* added two functions in Token to handle long identifiers, redid fromIdentifier...RJ Catalano2016-02-191-3/+3
* changes to redefine the token list, the scanner, and the parser and how they ...RJ Catalano2016-02-191-1/+3
* File reorganisation.chriseth2015-10-211-0/+224