Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Yacc/Lex compatible online editor/tester #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -62,6 +62,7 @@ This repo contains a list of languages that currently compile to or have their V
- [Tcl](#tcl)
- [V](#v)
- [Virgil](#virgil)
- [Yacc/Lex](#yaccLex)

- :egg: - Work in progress.
- [Ballerina](#ballerina)
Expand Down Expand Up @@ -632,6 +633,13 @@ This repo contains a list of languages that currently compile to or have their V

--------------------

### <a name="yaccLex"></a>Yacc/Lex <sup>[top鈬圿(#contents)</sup>
> Yacc/Lex compatible online editor/tester with several non trivial examples
* [Yacc/Lex](https://github.com/mingodad/parsertl-playground) - main repository.
* [Online demo](https://mingodad.github.io/parsertl-playground/playground/).

--------------------

### <a name="zig"></a>Zig <sup>[top鈬圿(#contents)</sup>
> Zig is a general-purpose programming language designed for robustness, optimality, and maintainability.
* [Zig WebAssembly](https://ziglang.org/documentation/master/#WebAssembly) - documentation on WebAssembly
Expand Down