Docs.rs
  • go-engine-0.1.4
    • go-engine 0.1.4
    • Docs.rs crate page
    • BSD-2-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • oxfeeefeee
    • Dependencies
      • borsh ^0.10.3 normal
      • futures-lite ^1.12.0 normal
      • getrandom ^0.2 normal
      • go-codegen ^0.1.4 normal
      • go-parser ^0.1.4 normal
      • go-pmacro ^0.1.4 normal
      • go-types ^0.1.4 normal
      • go-vm ^0.1.4 normal
      • instant ^0.1 normal
      • lazy_static ^1.4.0 normal
      • wasm-bindgen ^0.2.84 normal
      • zip ^0.6.2 normal
      • criterion ^0.3 dev
      • time-test ^0.2.2 dev
    • Versions
    • 50% 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
logo

logo

Module parser

  • Modules
  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

Module go_engine::ffi::parser

source ·

Modules

  • ast
  • scope
  • visitor

Macros

  • piggy_key_type

Structs

  • AssignStmtKey
  • AstObjects
  • EntityKey
  • Error
  • ErrorList
  • FieldKey
  • File
  • FilePos
  • FilePosErrors
  • FileSet
  • FileSetIter
  • FuncDeclKey
  • FuncTypeKey
  • IdentKey
  • LabeledStmtKey
  • Parser
  • PiggyVec
    A vec that you can only insert into, so that the index can be used as a key
  • PiggyVecIter
  • ScopeKey
  • SpecKey
  • TokenData

Enums

  • Token
  • TokenType

Traits

  • PiggyVecKey

Functions

  • parse_file

Type Aliases

  • AssignStmts
  • Entitys
  • Fields
  • FuncDecls
  • FuncTypes
  • Idents
  • LabeledStmts
  • Map
  • MapIter
  • Pos
  • Scopes
  • Specs