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
Branch selector
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
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
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
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
Browse repository at this point
feat(dynamic): implement Python dynamic typing via minivm ref (#47)
kiro-agent[bot]
authored
85477e5
View commit details
Copy full SHA for 85477e5
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
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
Browse repository at this point
feat(compiler): add Ellipsis support
siyul-park
committed
b0140ef
View commit details
Copy full SHA for b0140ef
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
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
Browse repository at this point
refactor: separate compiler orchestration from lowering state
Show description for 2505681
siyul-park
committed
2505681
View commit details
Copy full SHA for 2505681
Browse repository at this point
refactor: Return function builder errors from Compile instead of panicking
siyul-park
committed
13ed6d1
View commit details
Copy full SHA for 13ed6d1
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
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
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
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
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
Browse repository at this point
Commits on Jul 8, 2026
refactor: simplize code
siyul-park
committed
5e30690
View commit details
Copy full SHA for 5e30690
Browse repository at this point
fix: detect cycle alias
siyul-park
committed
9e6c8ad
View commit details
Copy full SHA for 9e6c8ad
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
Browse repository at this point
refactor: apply coding style
siyul-park
committed
8e7a012
View commit details
Copy full SHA for 8e7a012
Browse repository at this point
compat: support static typing annotations
siyul-park
committed
83d17ba
View commit details
Copy full SHA for 83d17ba
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
Browse repository at this point
Support list slice mutation
siyul-park
committed
4662a8e
View commit details
Copy full SHA for 4662a8e
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
Browse repository at this point
docs: sync documentation with implementation (#38)
siyul-park
authored
8751608
View commit details
Copy full SHA for 8751608
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
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
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
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
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
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
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
Browse repository at this point
refactor: variable names for clarity and consistency
Show description for e790704
siyul-park
committed
e790704
View commit details
Copy full SHA for e790704
Browse repository at this point
feat: add daemon PID file and update minivm dependency
siyul-park
committed
d53ffb0
View commit details
Copy full SHA for d53ffb0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.