ReadableRegex/readableRegex

Add isValidCode API route and function

Aperta

#44 aperta il 6 feb 2025

 (3 commenti) (0 reazioni) (1 assegnatario)JavaScript (22 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (12 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor