pub fn assemble_tokens_with_options<'tokens, T: 'static + Visited + ToSimpleToken + Clone + ListingElement + Sync + MayHaveSpan>(
    tokens: &'tokens [T],
    options: EnvOptions
) -> Result<(Vec<u8>, SymbolsTable), AssemblerError>where
    <T as ListingElement>::Expr: ExprEvaluationExt,
    <<T as ListingElement>::TestKind as TestKindElement>::Expr: ExprEvaluationExt,
    ProcessedToken<'tokens, T>: FunctionBuilder,
Expand description

Assemble the predifined list of tokens