Skip to content

Commit

Permalink
Update README: Add OS support
Browse files Browse the repository at this point in the history
Commands: echo, dup, pipe, grep.

- Grep uses KMP.
  • Loading branch information
bajdcc committed Dec 15, 2016
1 parent 491ae40 commit 28a6ad2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
11. **Pipe**.
12. **Multiple process**.
13. Load file with Sync/Async.
14. **Virtual machine**.

#### What it generates

Expand All @@ -31,6 +32,16 @@
- Virtual machine instructions.
- Runtime environment.

#### Virtual Machine OS

An OS running on *jMiniLang* interpreter.

Now has commands:
- echo
- dup
- pipe
- grep

#### Manual

[*Simplified Chinese Version*](https://raw.githubusercontent.com/bajdcc/jMiniLang/master/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E.pdf "Manual - Simplified Chinese")
Expand Down

0 comments on commit 28a6ad2

Please sign in to comment.