Docs.rs
  • cortex-lang-0.1.3-alpha
    • cortex-lang 0.1.3-alpha
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • DanielGaull
    • Dependencies
      • paste ^1.0.15 normal
      • pest ^2.7.15 normal
      • pest_derive ^2.7.15 normal
      • thiserror ^2.0.11 normal
    • Versions
    • 0.32% of the crate is documented
  • This release has been yanked, go to latest version
  • 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
    • 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

cortex_lang0.1.3-alpha

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • interpreting::env::Environment
  • interpreting::env::Variable
  • interpreting::interpreter::CortexInterpreter
  • interpreting::module::Module
  • parsing::ast::expression::ConditionBody
  • parsing::ast::expression::EqResult
  • parsing::ast::expression::Expression
  • parsing::ast::expression::IdentExpression
  • parsing::ast::expression::MulResult
  • parsing::ast::expression::Parameter
  • parsing::ast::expression::PathIdent
  • parsing::ast::expression::Primary
  • parsing::ast::expression::SumResult
  • parsing::ast::program::Program
  • parsing::ast::top_level::BasicBody
  • parsing::ast::top_level::Function
  • parsing::ast::top_level::Struct
  • parsing::ast::type::CortexType
  • parsing::parser::CortexParser

Enums

  • interpreting::env::EnvError
  • interpreting::interpreter::InterpreterError
  • interpreting::module::ModuleError
  • interpreting::value::CortexValue
  • interpreting::value::ValueError
  • parsing::ast::expression::Atom
  • parsing::ast::expression::BinaryOperator
  • parsing::ast::expression::ExpressionTail
  • parsing::ast::expression::OptionalIdentifier
  • parsing::ast::expression::PathError
  • parsing::ast::expression::UnaryOperator
  • parsing::ast::statement::Statement
  • parsing::ast::top_level::Body
  • parsing::ast::top_level::TopLevel
  • parsing::parser::ParseError
  • parsing::parser::Rule

Traits

  • parsing::codegen::trait::SimpleCodeGen

Functions

  • add

Type Aliases

  • interpreting::interpreter::CortexError