Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuma140902/regend-webui

正規表現をDFAに変換する
https://github.com/yuma140902/regend-webui

Last synced: about 2 months ago
JSON representation

正規表現をDFAに変換する

Awesome Lists containing this project

README

        

# Regend-WebUI

[regend](https://github.com/yuma140902/regend)のWebフロントエンド

## 開発環境の用意

```
git clone https://github.com/yuma140902/regend-webui --recursive
cd regend-webui
cd regend
npx wasm-pack build
cd ..
npm install
```