Docs.rs
ocypode-lang-0.2.3
ocypode-lang 0.2.3
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
TheAwiteb
Dependencies
bigdecimal ^0.3.0
normal
heck ^0.4.1
normal
miette ^5.5.0
normal
pest ^2.5.6
normal
pest_derive ^2.5.6
normal
regex ^1.7.1
normal
rustyline ^11.0.0
normal
thiserror ^1.0.39
normal
Versions
68.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Module interpreter
ocypode_
lang
0.2.3
Module interpreter
Module Items
Structs
In ocypode_
lang::
runtime
ocypode_lang
::
runtime
Module
interpreter
Copy item path
Source
Structs
ยง
Interpreter
The interpreter. This will execute the AST of Ocypode and return the result. check the AST in
src/front/ast.rs
.