[][src]Crate yotc

Modules

generator
lexer
parser

Macros

c_str

Convert a &str into *const libc::c_char

peek_identifier_or_err

Peeks at the next token and returns the name of the identifier if it is one.

peek_literal_or_err

Peeks at the next token and returns the value of the literal if it is one.

peek_symbol_or_err

Peeks at the next token and returns the symbol if it is one.

Structs

CLIInput

CLI input configuration and parameters.

Enums

OutputFormat

Output file format.

Functions

init_cli

Initialize command line application to parse arguments.

init_logger

Initialize logger with verbosity filter.

Type Definitions

Result