Docs.rs
leekscript-rs-0.1.0
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
leekscript-rs 0.1.0
LeekScript parser, formatter, and semantic analysis in Rust
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
expressions
anonymous_function.leek
array_map_literals.leek
class.leek
do_while.leek
for_in_loop.leek
for_loop.leek
function_declaration.leek
if_else.leek
include.leek
lib.leek
numbers_arithmetic.leek
object_literal.leek
set_interval.leek
string_special_literals.leek
typed_function.leek
variable_declarations.leek
variables_simple.leek
while_loop.leek
1
do { x = x - 1; } while (x > 0);