aboutsummaryrefslogtreecommitdiffstats
path: root/core/asm/lexer.go
Commit message (Collapse)AuthorAgeFilesLines
* core/asm: correct comments typo (#16975)Caesar Chad2018-06-141-1/+1
| | | core/asm/lexer: correct comments typo
* core/asm: fixed typo (labal -> label) (#16313)hydai2018-03-141-1/+1
|
* core/asm: rename isAlphaNumeric to isLetter (#16212)Mark Rushakoff2018-02-281-2/+2
| | | | The function would return false for numbers, so isLetter is a more accurate description of the behavior.
* core/asm: use ContainsRune instead of IndexRune (#15098)Fiisio2017-09-081-3/+3
|
* core/asm: fix hex number lexing (#14861)njupt-moon2017-07-311-1/+1
|
* cmd/evm, core/asm: add EVM assembler (#3686)Jeffrey Wilcke2017-03-011-0/+291
The evm compile command implements a simple assembly language that compiles to EVM bytecode.