Skip to content

A completely visual regular expression tool. Build and edit complex regular expressions without ever worrying about syntax. Currently in early alpha.

License

Notifications You must be signed in to change notification settings

bvisness/regular-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regular Express

An example regular expression

A tool that allows you to build regular expressions completely visually. Use the power of regular expressions without getting bogged down by the syntax!

View the task tracker to see what's in the works.

Building

You can build with python build.py. Python 3 is required. It should be portable across platforms as long as you have everything installed.

You will need the following installed and on your path:

  • clang (and wasm-ld, included)
    • On Windows, it seems the easiest way is to install Visual Studio with the "clang development tools" or whatever. It is an optional add-on to the "Desktop development with C++" preset. Clang will then be available inside the VS developer command prompt.
  • wat2wasm (from wabt)
  • wasm-opt (from binaryen)

About

A completely visual regular expression tool. Build and edit complex regular expressions without ever worrying about syntax. Currently in early alpha.

Resources

License

Stars

Watchers

Forks

Languages