Docs.rs
the-super-tiny-rusty-compiler-0.1.0
the-super-tiny-rusty-compiler 0.1.0
Permalink
Docs.rs crate page
MIT
18 July 2026
Links
Repository
crates.io
Source
Owners
h-a-n-a
Dependencies
Versions
0%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
All
the_
super_
tiny_
rusty_
compiler
0.1.0
Crate Items
Structs
Enums
Traits
Functions
List of all items
Structs
ast::c_ast::CallExpression
ast::c_ast::ExpressionStatement
ast::c_ast::NumberLiteral
ast::c_ast::Program
ast::lisp_ast::CallExpression
ast::lisp_ast::NumberLiteral
ast::lisp_ast::Program
Enums
ast::c_ast::Callee
ast::c_ast::Node
ast::lisp_ast::Node
ast::lisp_ast::Token
Traits
ast::lisp_ast::Visitor
Functions
codegen::codegen
compile
parser::parser
token::tokenizer
transform::transformer
transform::traverser