Releases: simonw/micro-javascript
Releases · simonw/micro-javascript
0.1a3
Two new interactive playground tools:
- playground.html executes JavaScript using this Python library run via Pyodide (so JavaScript in Python in WebAssembly in JavaScript).
- parser-playground.html shows how the
micro-javascripttokenizer and parser works with different JavaScript code.
Other changes:
- Fix optional lookahead capture semantics in #9
- Implement iterative parsing to fix deep nesting recursion limits in #10
- JSRegExp(pattern, flags, poll_callback=check_timeout) in #14
- Build JavaScript debugging playground with micropip in #17
- String methods use microjs.regex in #16
- Create interactive playground for tool testing in #18
- Auto-detect theme and reorganize playground demos in #19