phlogiston.assembler.scanner

Scanner that tokenizes Ethereum Virtual Machine (EVM) assembly language.

Copyright © 2016, Eric Scrivner

Members

Classes

InvalidTokenException
class InvalidTokenException

Exception raised when an invalid character is encountered in input range.

Scanner
class Scanner

Scans the input stream provided into a series of tokens.

Functions

isNewline
bool isNewline(immutable dchar c)

This predicate indicates whether or not the given character is a newline character.

Meta

Authors

Eric Scrivner

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.