Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
mysteryven committed Mar 6, 2023
1 parent 2b36956 commit 6f76f77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[package]
name = "wyr"
name = "wyw"
keywords = ["wenyan", "bytecode", "lox"]
homepage = "https://github.com/mysteryven/wenyan-rs"
repository = "https://github.com/mysteryven/wenyan-rs"
readme = "README.md"
version = "0.1.0"
authors = ["wenzhe <[email protected]>"]
edition = "2021"
description = "A bytecode interpreter implemented in Rust for wenyan lang"
description = "A bytecode interpreter for Wenyan lang"
license = "MIT"
repository = "https://github.com/mysteryven/wenyan-rs"
categories = ["command-line-utilities"]


[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Output:
120
```

This project are still work in progress, many features are not implemented yet. You can see more supported examples in [examples](./tests/inputs/) folder.
This project are still work in progress, many features are not implemented yet. You can see more supported examples in [inputs](./tests/inputs/) folder.

## Differences

Expand Down Expand Up @@ -117,8 +117,6 @@ Output vs Online IDE

Treats '也' as kind of whitespace, you can use it to make code more readable, but can't use it as close of block.

```bash

Function will be added into stack, and "書之" will drain values produced by current function.

```bash
Expand Down

0 comments on commit 6f76f77

Please sign in to comment.