Docs.rs
  • callisp-0.2.1
    • callisp 0.2.1
    • Permalink
    • Docs.rs crate page
    • GPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Callum-Irving
    • Dependencies
      • dyn-clone ^1.0.10 normal
      • lazy_static ^1.4.0 normal
      • nom ^7.1.3 normal
      • wasm-bindgen ^0.2 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

callisp0.2.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • ast::LispLambda
  • env::Environment

Enums

  • ast::Ast
  • ast::FunctionArity
  • ast::LispAtom
  • error::LispError

Traits

  • ast::LispCallable

Functions

  • eval::eval_expr
  • parse_eval_print
  • parser::parse_expr
  • special_forms::define
  • special_forms::lambda
  • special_forms::lisp_if
  • special_forms::quote