Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
siyul-park
/
minipy
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
29
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
minipy
docs
on
main
User selector
All users
All time
Commit history
Commits on Aug 7, 2026
refactor(compiler)!: allocate scratch temporaries as frame locals (#63)
siyul-park
authored
b7bd062
View commit details
Copy full SHA for b7bd062
View code at this point
Browse repository at this point
Commits on Aug 6, 2026
feat(builtins): add compile, eval, and exec
Show description for a3875b7
siyul-park
committed
a3875b7
View commit details
Copy full SHA for a3875b7
View code at this point
Browse repository at this point
test(conformance): add CPython-differential conformance corpus and harness (#50)
siyul-park
authored
cca579f
View commit details
Copy full SHA for cca579f
View code at this point
Browse repository at this point
Commits on Jul 30, 2026
feat: add Python standard library native modules (#48)
kiro-agent[bot]
authored
2a437b6
View commit details
Copy full SHA for 2a437b6
View code at this point
Browse repository at this point
refactor!: adopt RFC 0001 coding and compiler-architecture standard (#46)
kiro-agent[bot]
authored
b393e26
View commit details
Copy full SHA for b393e26
View code at this point
Browse repository at this point
Commits on Jul 12, 2026
refactor: simplify compiler and native runtime
siyul-park
committed
b4e2fd2
View commit details
Copy full SHA for b4e2fd2
View code at this point
Browse repository at this point
feat(compiler): add Ellipsis support
siyul-park
committed
b0140ef
View commit details
Copy full SHA for b0140ef
View code at this point
Browse repository at this point
Commits on Jul 10, 2026
compat: add immutable bytes literals and core sequence operations (#44)
Show description for 30218a8
siyul-park
authored
30218a8
View commit details
Copy full SHA for 30218a8
View code at this point
Browse repository at this point
feat(builtins): add static attribute introspection (#43)
Show description for b19ecb7
siyul-park
authored
b19ecb7
View commit details
Copy full SHA for b19ecb7
View code at this point
Browse repository at this point
compat: support static function decorators and @dataclass() with precise class-keyword diagnostics
Show description for 85c72ef
siyul-park
committed
85c72ef
View commit details
Copy full SHA for 85c72ef
View code at this point
Browse repository at this point
Commits on Jul 9, 2026
compat: support static __len__, __getitem__, __setitem__ dispatch (#37) (#42)
Show description for 535f036
siyul-park
authored
535f036
View commit details
Copy full SHA for 535f036
View code at this point
Browse repository at this point
compat: add ord and chr builtins for Unicode codepoint conversion (#33)
Show description for b4f635a
siyul-park
committed
b4f635a
View commit details
Copy full SHA for b4f635a
View code at this point
Browse repository at this point
compat: implement yield from, yield expressions, and lazy generator expressions (#8)
Show description for c310894
siyul-park
and
claude
committed
c310894
View commit details
Copy full SHA for c310894
View code at this point
Browse repository at this point
feat: migrate to compile-time-global minivm
Show description for 815d1f1
siyul-park
committed
815d1f1
View commit details
Copy full SHA for 815d1f1
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
fix: detect cycle alias
siyul-park
committed
9e6c8ad
View commit details
Copy full SHA for 9e6c8ad
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
docs: add agent coding pattern guidance (#39)
Show description for a820969
siyul-park
authored
a820969
View commit details
Copy full SHA for a820969
View code at this point
Browse repository at this point
refactor: apply coding style
siyul-park
committed
8e7a012
View commit details
Copy full SHA for 8e7a012
View code at this point
Browse repository at this point
compat: support static typing annotations
siyul-park
committed
83d17ba
View commit details
Copy full SHA for 83d17ba
View code at this point
Browse repository at this point
compiler: support future imports and star expansion
Show description for 8fc0992
siyul-park
committed
8fc0992
View commit details
Copy full SHA for 8fc0992
View code at this point
Browse repository at this point
Support list slice mutation
siyul-park
committed
4662a8e
View commit details
Copy full SHA for 4662a8e
View code at this point
Browse repository at this point
feat: expand list method support
Show description for 5e2b0f7
siyul-park
committed
5e2b0f7
View commit details
Copy full SHA for 5e2b0f7
View code at this point
Browse repository at this point
docs: sync documentation with implementation (#38)
siyul-park
authored
8751608
View commit details
Copy full SHA for 8751608
View code at this point
Browse repository at this point
Commits on Jul 4, 2026
feat: complete f-string debug, conversion, and nested format specs (#5) (#29)
Show description for 3fb47a7
siyul-park
authored
3fb47a7
View commit details
Copy full SHA for 3fb47a7
View code at this point
Browse repository at this point
feat: variadic *args and **kwargs parameters (#9) (#28)
Show description for 8cf8ca9
siyul-park
authored
8cf8ca9
View commit details
Copy full SHA for 8cf8ca9
View code at this point
Browse repository at this point
feat: complete starred and rest patterns in match (#12) (#27)
Show description for f0cea60
siyul-park
authored
f0cea60
View commit details
Copy full SHA for f0cea60
View code at this point
Browse repository at this point
refactor: bump minivm and make bool uniformly i1 (#26)
Show description for df02c79
siyul-park
authored
df02c79
View commit details
Copy full SHA for df02c79
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
refactor: native module system (#4)
Show description for 5a066dc
siyul-park
authored
5a066dc
View commit details
Copy full SHA for 5a066dc
View code at this point
Browse repository at this point
Commits on Jul 2, 2026
feat: update compatibility documentation and enhance function parameter handling
siyul-park
committed
b5087f9
View commit details
Copy full SHA for b5087f9
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
feat: Add support for Python 3.13 features and improve parsing capabilities
Show description for 2c3474e
siyul-park
committed
2c3474e
View commit details
Copy full SHA for 2c3474e
View code at this point
Browse repository at this point
Commits on Jun 27, 2026
feat(compiler): enhance error handling and improve chained comparison evaluation
Show description for a09ffa9
siyul-park
committed
a09ffa9
View commit details
Copy full SHA for a09ffa9
View code at this point
Browse repository at this point
feat: whole program inference (#3)
Show description for b5b5af2
siyul-park
authored
b5b5af2
View commit details
Copy full SHA for b5b5af2
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
feat: Implement M7 features: exceptions and context managers
Show description for 0b2eb00
siyul-park
committed
0b2eb00
View commit details
Copy full SHA for 0b2eb00
View code at this point
Browse repository at this point
feat: Implement support for `del`, `assert`, and `match` statements (#2)
Show description for eba90c7
siyul-park
authored
eba90c7
View commit details
Copy full SHA for eba90c7
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
docs: Update roadmap and documentation for milestones M0–M10, including changes to type system and feature support
siyul-park
committed
1ead20f
View commit details
Copy full SHA for 1ead20f
View code at this point
Browse repository at this point
docs: Update M9 milestone details to include whole-program inference, union types, and specialization
siyul-park
committed
7247001
View commit details
Copy full SHA for 7247001
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.