aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmParser.h
Commit message (Collapse)AuthorAgeFilesLines
* Expect end of string at end of top-level block for assembly parser.chriseth2018-02-211-1/+2
|
* Split inline assembly into loose and strict flavours.chriseth2018-01-061-2/+6
|
* Simplify parseElementaryOperation in regards to special instructionsAlex Beregszaszi2018-01-061-1/+1
|
* Separate expression and statement.chriseth2017-12-131-3/+5
|
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
|
* Be more strict about number literals in assembly.chriseth2017-08-211-0/+2
|
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+1
|
* Use lowercase when reporting instruction error.chriseth2017-06-091-1/+2
|
* Refactor error reportingRhett Aultman2017-05-301-1/+1
| | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209
* Check token within parseCaseAlex Beregszaszi2017-05-261-1/+1
|
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-0/+1
|
* Rename parseFunctionalInstruction to parseCallAlex Beregszaszi2017-05-241-1/+1
|
* Parse types in Julia modeAlex Beregszaszi2017-05-061-0/+1
|
* Add flag for JULIA parsingAlex Beregszaszi2017-04-271-1/+4
|
* Parsing function calls.chriseth2017-02-161-1/+1
|
* Parsing function definitions.chriseth2017-02-161-0/+2
|
* Renamed function.chriseth2017-01-261-1/+1
|
* Do not allow shadowing inline assembly instructions with variablesAlex Beregszaszi2017-01-251-0/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Source location for inline assembly.chriseth2016-04-201-1/+17
|
* Code generation (missing external access and source locations).chriseth2016-03-301-9/+12
|
* Parsing for inline assembly.chriseth2016-03-301-0/+55