changelog.
1.
Installation
2.
REPL Usage
3.
Commands
4.
Command Line and Context Menu
5.
File Interaction
6.
Vision
Light
(default)
Rust
Coal
Navy
Ayu
papyrus
Changelog
0.5.0
Added a version query to
crates.io
. When the repl is run interactively it will check the version number and print if there is a later version available.
Added
query()
method to query
papyrus
version on
crates.io
.
0.4.2
Added in benchmarks.
0.4.1
Updated
.travis.yml
to initiate code coverage.
0.4.0
First pass refactoring towards library stablisation.
Added
ExternCrate
support. You can now use
extern crate crate_name as alias;
. This will work in most cases, please raise a PR if it doesn't.
Compilation status is redirected to the console.
Panics now get shown, and statements won't be added if code panics.