python-goto
goto decorator
Enables goto statements in Python by rewriting bytecode to allow unconditional jumps
A function decorator, that rewrites the bytecode, to enable goto in Python
1k stars
23 watching
87 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
hogoww/plainpharocode | Tools to generate code in Pharo's Smalltalk syntax from blocks | 4 |
klbostee/dumbo | Makes writing and running Hadoop programs easier with a Python API | 1,035 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
gbleaney/python_security | Lists and provides examples of Python libraries and APIs vulnerable to remote code execution | 35 |
swaroopch/byte-of-python | A beginner's guide to the Python programming language | 2,317 |
srfrog/dict | Provides an alternative data structure to Go's built-in map and slice types | 45 |
asciimoo/listofgithublists | A curated collection of lists dedicated to various programming languages and tools, providing recommendations and resources for developers | 372 |
kyoh86/richgo | Enhances go test outputs with text decorations | 851 |
asticode/go-astitodo | A tool to parse and extract TODOs from Go code comments | 64 |
pyos/dg | A programming language compiler for CPython bytecode | 576 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
preslavmihaylov/todocheck | Annotates TODO comments with issue links to prevent undocumented code issues | 427 |
yaa110/goterator | An iterator implementation providing map and reduce functionalities for data processing in Go. | 16 |
whynot63/abinator | A Python wrapper for Solidity ABI specifications in a dataclass-like format | 0 |