Docs.rs
  • somni-parser-0.1.0
    • somni-parser 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bugadani
    • Dependencies
    • Versions
    • 4.38% of the crate is documented
  • 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

somni_parser0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • ast::Body
  • ast::Break
  • ast::Continue
  • ast::Else
  • ast::EmptyReturn
  • ast::ExternalFunction
  • ast::Function
  • ast::FunctionArgument
  • ast::GlobalVariable
  • ast::If
  • ast::Literal
  • ast::Loop
  • ast::Program
  • ast::ReturnDecl
  • ast::ReturnWithValue
  • ast::TypeHint
  • ast::VariableDefinition
  • lexer::LexerError
  • lexer::Location
  • lexer::Token
  • parser::DefaultTypeSet
  • parser::ParserError
  • parser::TypeSet128
  • parser::TypeSet32

Enums

  • ast::Expression
  • ast::Item
  • ast::LiteralValue
  • ast::Statement
  • lexer::ErrorKind
  • lexer::TokenKind

Traits

  • parser::FloatParser
  • parser::IntParser
  • parser::TypeSet

Functions

  • lexer::tokenize
  • parser::parse
  • parser::parse_expression