Skip to content
 
 

Repository files navigation

text-processor-react

Publish to github pages



Live Website


How to Install & Develope Locally

To build the examples locally, run:

yarn
yarn start

Then open http://localhost:3000 in a browser

how to debug regex generator grammer parser

yarn global add  nearley
nearleyc grammer.ne -o src/lib/grammer.js
nearley-railroad grammer.ne -o grammar.html
python -m http.server 80

open grammar.html in your browser to view railroad diagram of grammer

nearley test with cli

nearley-test -i "#00ff00" src/lib/grammer.js
nearley-test -i "a\na" src/lib/grammer.js

nearely generate examples

nearley-unparse -n 3 src/lib/grammer.js

Locally run integration tests with crypress

yarn
yarn run cypress:open

Run integration tests with crypress

yarn
yarn run cy:ci

Github actions how to setup DASHBOARDRECORDKEY

TODO add

  • better css DONE
  • add localstorage DONE
  • add pastebin save with api key

links

GitHub - react-monaco-editor/react-monaco-editor: Monaco Editor for React. Monaco Editor Playground

License

MIT, see the LICENSE file for detail.

About

Dead Simple Text processing program, generates and searches text using Regular expressions, makes turning messy data into clean useable csv/json files!

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages