{"id":17647287,"url":"https://github.com/ironsheep/pnut-ts","last_synced_at":"2026-05-08T22:10:05.726Z","repository":{"id":254929635,"uuid":"738308788","full_name":"ironsheep/PNut-TS","owner":"ironsheep","description":"Reimplementation of \"PNut for Windows\" in typescript","archived":false,"fork":false,"pushed_at":"2026-05-05T20:38:06.000Z","size":26977,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-05T22:29:43.399Z","etag":null,"topics":["parallax-multicore-microcontroller","parallax-propeller-microcontroller","pasm","pasm2","propeller","propeller2","spin","spin2"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ironsheep.png","metadata":{"files":{"readme":"DOCs/README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"DOCs/roadmaps/Architectural-Extraction-Roadmap.md","authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"copyright","agents":null,"dco":null,"cla":null},"funding":{"github":"ironsheep","patreon":"IronSheep"}},"created_at":"2024-01-02T23:45:58.000Z","updated_at":"2026-05-05T20:38:09.000Z","dependencies_parsed_at":"2024-08-30T00:10:34.954Z","dependency_job_id":"22082077-18b8-4df5-a41c-508e1ddbb8ee","html_url":"https://github.com/ironsheep/PNut-TS","commit_stats":null,"previous_names":["ironsheep/pnut-ts"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/ironsheep/PNut-TS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-TS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-TS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-TS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-TS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironsheep","download_url":"https://codeload.github.com/ironsheep/PNut-TS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironsheep%2FPNut-TS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32799309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["parallax-multicore-microcontroller","parallax-propeller-microcontroller","pasm","pasm2","propeller","propeller2","spin","spin2"],"created_at":"2024-10-23T11:11:57.329Z","updated_at":"2026-05-08T22:10:05.686Z","avatar_url":"https://github.com/ironsheep.png","language":"HTML","funding_links":["https://github.com/sponsors/ironsheep","https://patreon.com/IronSheep"],"categories":[],"sub_categories":[],"readme":"# PNut-TS Documentation\n\nThis directory contains comprehensive documentation for the PNut-TS SPIN2/PASM2 compiler.\n\n## 📁 Directory Structure\n\n### `/internals/` - Current System Documentation\nDocuments that explain how the existing compiler works:\n\n- **[SPIN2-BIN-Format.md](internals/SPIN2-BIN-Format.md)** - Complete specification of the .bin file format and object organization\n- **[Theory-of-Operations.md](internals/Theory-of-Operations.md)** - Comprehensive compilation flow from source files to binary output\n- **[Distiller-Theory-of-Operations.md](internals/Distiller-Theory-of-Operations.md)** - How the object distillation mechanism works\n\n### `/language-specification/` - PASM2/SPIN2 Language Specification Package\nComplete language specification and IDE integration package for Parallax Propeller 2 development:\n\n- **[README.md](language-specification/README.md)** - Complete language specification package overview\n- **234 total language elements** extracted from PNut-TS compiler source\n- **IDE integration files** for VS Code, Sublime, Atom, Vim, Emacs\n- **Automated extraction pipeline** for maintaining sync with compiler changes\n\n### `/roadmaps/` - Future Improvement Plans\nStrategic plans for architectural improvements and optimizations:\n\n- **[Architectural-Extraction-Roadmap.md](roadmaps/Architectural-Extraction-Roadmap.md)** - 9 major class extraction opportunities (180-280 hours)\n- **[Performance-Analysis-and-Optimization-Roadmap.md](roadmaps/Performance-Analysis-and-Optimization-Roadmap.md)** - Comprehensive performance optimization strategy (180-350 hours)\n- **[Distiller-Extraction-Roadmap.md](roadmaps/Distiller-Extraction-Roadmap.md)** - Plan to complete distiller class extraction (44-64 hours)\n- **[Early-Deduplication-Fix-Plan.md](roadmaps/Early-Deduplication-Fix-Plan.md)** - Fix for the disabled early deduplication pass (30-44 hours)\n\n## 🎯 Usage Guide\n\n**Understanding the Current System:**\n→ Start with `/internals/` documents to learn how the compiler works\n\n**Planning Improvements:**\n→ Review `/roadmaps/` documents for organized improvement opportunities\n\n**Total Improvement Effort:** ~600+ hours across all roadmaps\n**Expected Benefits:** 60%+ compilation speed improvement, 50%+ memory reduction, significantly improved maintainability","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsheep%2Fpnut-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironsheep%2Fpnut-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironsheep%2Fpnut-ts/lists"}