This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README
RegexpLLVM -- Regular expression matcher for llvmruby sample -- Description RegexpLLVM is very poor regular expression matcher. This program compiles regular expression to llvm(bitcode format) and execute it on the fly. -- Install Copy regexpllvm directory to anywere (except /dev/null ...). This program needs llvmruby. (http://github.com/tombagby/llvmruby/tree/master) -- Usage ruby lib/regexpllvm.rb -- Bugs Many. This program generate bad DFA . -- Author Miura Hideki (miura1729) e-mail: m-72 at tf6.so-net.ne.jp blog: http://d.hatena.ne.jp/miura1729 (in Japanese) -- License under the Ruby's License








