Skip to content

Commit

Permalink
add a figure of Automa.jl in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Mar 31, 2018
1 parent c769ee7 commit 5b38bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Automa.jl

A Julia package for text validation, parsing, and tokenizing based on state machine compiler.

![Schema of Automa.jl](/docs/src/figure/Automa.png)

Automa.jl compiles regular expressions into Julia code, which is then compiled
into low-level machine code by the Julia compiler. Automa.jl is designed to
generate very efficient code to scan large text data, which is often much faster
Expand Down
Binary file added docs/src/figure/Automa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b38bcd

Please sign in to comment.