feat: add Python and Java regex engines

This commit is contained in:
2026-07-27 02:02:21 +02:00
parent 4951c966d4
commit 7079cde15f
95 changed files with 8866 additions and 251 deletions

View File

@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.regex-tools",
"name": "Regex Tools",
"version": "0.2.0",
"version": "0.3.0",
"description": "Develop, explain, test and apply regular expressions locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
@@ -36,5 +36,15 @@
"label": "Source",
"url": "https://git.add-ideas.de/zemion/regex-tools"
}
],
"assets": [
"./engines/pcre2/pcre2.mjs",
"./engines/pcre2/pcre2.wasm",
"./engines/python/pyodide.mjs",
"./engines/python/pyodide.asm.mjs",
"./engines/python/pyodide.asm.wasm",
"./engines/python/pyodide-lock.json",
"./engines/python/python_stdlib.zip",
"./engines/java/java-regex.mjs"
]
}