skvadrik / re2c

Lexer generator for C, C++, D, Go, Haskell, Java, JS, OCaml, Python, Rust, V and Zig.
https://re2c.org
Other
1.11k stars 173 forks source link

Add web_playground website #497

Closed PolarGoose closed 2 weeks ago

PolarGoose commented 2 weeks ago

I have copy pasted the web_playground from PolarGoose/re2c-web-playground. I have cleaned up some Bash scripts.

After the website is built, the playground should be accessible via the https://re2c.org/web_playgound link.

These changes can be safely tested if you fork my repository. Then you can call the push_website.sh script and test the website without affecting re2c.org

PolarGoose commented 2 weeks ago

Have done an extra cleanup of the scripts