Docs.rs
sjfl-0.4.0
sjfl 0.4.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
baehyunsol
Dependencies
hmath ^0.1.17
normal
Versions
9.68%
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
sjfl
0.4.0
All Items
Crate Items
Structs
Enums
Functions
Crate
sjfl
Copy item path
Source
Structs
§
Datetime
TODO: timezone
Interned
String
List
Session
Table
Enums
§
SJFL
Error
SJFL
Type
Value
Functions
§
evaluate
s
shall not contain any statement. But it can use variables in the
session
.
evaluate_
file
file_name
should not contain a file extension. If
file_name
is
foo
, it looks for
foo.sjfl
and
foo.bsjfl
in the current directory. It tries to use the binary one if available. You cannot access files in another directory.
execute
Instead of returning the result, it mutates the
session
. It only returns
Err
when it fails.
execute_
file
The second field of the error variant is an error message.