[][src]Crate yotc

Modules

generator
lexer
parser

Macros

llvm_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

Enums

OutputFormat

Functions

init_cli

Initialize command line application to parse arguments.

init_logger

Initialize logger with verbosity filter.