ReadableRegex/readableRegex
Add isValidCode API route and function
Aberta
#44 aberto em 6 de fev. de 2025
enhancementgood first issue
Métricas do repositório
- Stars
- (12 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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