mstepniowski / jspyLinks
JavaScript interpreter in Python
☆23Updated 13 years ago
Alternatives and similar repositories for jspy
Users that are interested in jspy are comparing it to the libraries listed below
Sorting:
- Java Virtual Machine implemented in pure python☆241Updated 4 years ago
- A pure python implementation of JavaScript, just because.☆25Updated 13 years ago
- Emulators for various CPUs, written in Python, consolidated from previous work.☆15Updated 11 years ago
- An experimental Lua interpreter written in Python☆15Updated 8 years ago
- My crack at a JVM implementation in Java☆14Updated 9 years ago
- An 8086 emulator written from scratch in C by me (with some help from the tumblrcode community)☆17Updated 12 years ago
- simple asynchronous socket I/O with Python coroutines☆111Updated 6 years ago
- Port of git's "Smart HTTP" (git-http-backend) server component to Python WSGI interface.☆74Updated 6 years ago
- Python binary parsing library☆155Updated 4 years ago
- The Converge programming language☆88Updated 5 years ago
- Python to Javascript compiler☆55Updated 14 years ago
- Tree-Based Interpreter, compiler, and VM for TinyPie language☆72Updated 13 years ago
- A simple virtual machine w/constant folding implemented in Python☆120Updated 4 years ago
- A decompiler for CPython bytecode☆53Updated 14 years ago
- Simple stack language in C. Has a few basic commands; working to implement a `while` loop and user-defined functions. If statement would …☆16Updated 13 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 9 years ago
- A Python implementation of Notch's DCPU-16 (complete with assembler, disassembler, debugger and video terminal implementations)☆192Updated 11 years ago
- Yet Another Python Parser System☆49Updated 5 years ago
- ☆21Updated 13 years ago
- NOTE: The LLVM project now operates official Git mirrors as well: http://llvm.org/docs/GettingStarted.html#git-mirror -- An automated mir…☆123Updated 5 years ago
- A JVM implemented in 100% pure Java, ported from MaxineVM☆16Updated 14 years ago
- CPython compiled to JS using emscripten☆327Updated 13 years ago
- A (very) basic 8086 emulator written in python - just for fun.☆52Updated 3 months ago
- Mini: Interpreter and a programming language implemented in Python☆145Updated 9 years ago
- Pascal compiler implemented in python using Lex, Yacc and LLVM☆87Updated 13 years ago
- Tetris clone written in QBasic.☆27Updated 9 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.