[][src]Macro cascading_wasm_language::cwl

cwl!() { /* proc-macro */ }

all logic follows a chain of traits with one file per trait each trait walks the AST recursively and never makes calls to the other traits at the end of each trait execution, some new data structure is completely filled out for the next steps not all traits parse.rs -> tokens (see tokens.rs) lex.rs -> metadata (see meta.rs) html.rs -> target/cwl.html quote.rs -> src/lib.rs