ReadableRegex/readableRegex

Add isValidCode API route and function

Offen

#44 geöffnet am 06.02.2025

 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)JavaScript (22 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (12 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

This might be an interesting use case.

We could somehow validate if a given script or class is valid based on the language and string input.

Basically we could pass it through a compiler or interpreter, or at least syntax check.

Might not be simple, but could be interesting

Contributor Guide