Docs.rs
maolang-core-0.1.1
maolang-core 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
BradenEverson
Dependencies
rand ^0.9.0
normal
rand_chacha ^0.9.0
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
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
maolang_
core
0.1.1
Module ast
Module Items
Structs
Enums
In maolang_
core::
parser
maolang_core
::
parser
Module
ast
Copy item path
Source
Expand description
AST definition and parser rules implemented
Structs
§
Parse
Error
An error that occurs whilst parsing
Enums
§
Binary
Op
All operations that can occur between two targets
Expr
A node in the abstract syntax tree, represents all possible operations that can occur
Literal
A literal type
UnaryOp
All operations that can occur between two targets