Logo
Explore Help
Sign in
navicore/patch-seq
1
0
Fork
You've already forked patch-seq
0
Code Issues 1 Pull requests Releases 139 Packages Activity Actions
139 releases 142 tags
  • v0.5.0 a225abd2fc

    v0.5.0 compiler extension API Stable

    navicore released this 2025-11-30 20:10:40 +00:00 | 1239 commits to main since this release

    What's Changed

    • Compiler extension by @navicore in https://github.com/navicore/patch-seq/pull/41

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.4.3...v0.5.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.4.3 70e0217a0c

    v0.4.3 test publish to crates.io Stable

    navicore released this 2025-11-30 19:14:42 +00:00 | 1246 commits to main since this release

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.4.2...v0.4.3

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.4.2 ea6515dcea

    v0.4.2 fix CI/CD Stable

    navicore released this 2025-11-30 19:09:24 +00:00 | 1247 commits to main since this release

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.4.1...v0.4.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.4.1 20b4d6feb4

    v0.4.1 Collections and LSP (published) Stable

    navicore released this 2025-11-30 17:59:06 +00:00 | 1252 commits to main since this release

    What's Changed

    • version sanity for crates.io installls by @navicore in https://github.com/navicore/patch-seq/pull/40

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.4.0...v0.4.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.4.0 240ed697c7

    v0.4.0 collections and LSP Stable

    navicore released this 2025-11-30 17:03:16 +00:00 | 1258 commits to main since this release

    What's Changed

    • more by @navicore in https://github.com/navicore/patch-seq/pull/32
    • More closure types allowed in capture and better error messages for t… by @navicore in https://github.com/navicore/patch-seq/pull/33
    • The JSON escape handling implementation is complete. Here's a summary… by @navicore in https://github.com/navicore/patch-seq/pull/34
    • Both LSP features are now implemented. Here's a summary: by @navicore in https://github.com/navicore/patch-seq/pull/35
    • Roadmap updated: by @navicore in https://github.com/navicore/patch-seq/pull/36
    • Dontpanic by @navicore in https://github.com/navicore/patch-seq/pull/37
    • List operations implementation is complete. Here's a summary: by @navicore in https://github.com/navicore/patch-seq/pull/38
    • Maps/dictionaries implementation is complete. Here's the summary: by @navicore in https://github.com/navicore/patch-seq/pull/39

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.3.4...v0.4.0

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.3.4 a28eeeb113

    v0.3.4 Stable

    navicore released this 2025-11-29 05:06:43 +00:00 | 1290 commits to main since this release

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.3.3...v0.3.4

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.3.3 29e4c07b74

    v0.3.3 embedded runtime Stable

    navicore released this 2025-11-29 04:50:06 +00:00 | 1294 commits to main since this release

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.3.2...v0.3.3

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.3.2 c9d5e02d13

    v0.3.2 Stable

    navicore released this 2025-11-29 03:43:51 +00:00 | 1298 commits to main since this release

    Full Changelog: https://github.com/navicore/patch-seq/compare/v0.3.1...v0.3.2

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
  • v0.3.1 f67e372e0e

    v0.3.1 first alpha Stable

    navicore released this 2025-11-29 03:17:51 +00:00 | 1299 commits to main since this release

    What's Changed

    • Add Claude Code GitHub Workflow by @navicore in https://github.com/navicore/patch-seq/pull/1
    • ✅ Runtime Functions Ready for Compiler by @navicore in https://github.com/navicore/patch-seq/pull/2
    • What We Built by @navicore in https://github.com/navicore/patch-seq/pull/3
    • Critical Issues Fixed by @navicore in https://github.com/navicore/patch-seq/pull/4
    • Summary by @navicore in https://github.com/navicore/patch-seq/pull/5
    • concurrency by @navicore in https://github.com/navicore/patch-seq/pull/6
    • Improve error handling in runtime - replace unwrap() with expect() by @navicore in https://github.com/navicore/patch-seq/pull/8
    • Summary by @navicore in https://github.com/navicore/patch-seq/pull/9
    • Type system by @navicore in https://github.com/navicore/patch-seq/pull/10
    • Memory mgt by @navicore in https://github.com/navicore/patch-seq/pull/11
    • Phase 10 a by @navicore in https://github.com/navicore/patch-seq/pull/12
    • ⏺ Issue #13 Fixed! by @navicore in https://github.com/navicore/patch-seq/pull/14
    • recursion by @navicore in https://github.com/navicore/patch-seq/pull/15
    • Pick operation DONE by @navicore in https://github.com/navicore/patch-seq/pull/16
    • I've successfully added quotation type syntax to the parser. The type… by @navicore in https://github.com/navicore/patch-seq/pull/17
    • Closures by @navicore in https://github.com/navicore/patch-seq/pull/18
    • The rebrand is now fully complete including the CI pipeline. Here's t… by @navicore in https://github.com/navicore/patch-seq/pull/19
    • Spawn closures by @navicore in https://github.com/navicore/patch-seq/pull/20
    • The examples/http/ directory is now clean and focused: by @navicore in https://github.com/navicore/patch-seq/pull/21
    • closure support for more types by @navicore in https://github.com/navicore/patch-seq/pull/22
    • Http stdlib by @navicore in https://github.com/navicore/patch-seq/pull/23
    • Modules by @navicore in https://github.com/navicore/patch-seq/pull/24
    • All UTF-8 string primitives have been implemented successfully. Here'… by @navicore in https://github.com/navicore/patch-seq/pull/25
    • Float by @navicore in https://github.com/navicore/patch-seq/pull/26
    • Make veriant json by @navicore in https://github.com/navicore/patch-seq/pull/27
    • Let me provide a summary of what was accomplished: by @navicore in https://github.com/navicore/patch-seq/pull/28
    • Yaml by @navicore in https://github.com/navicore/patch-seq/pull/29
    • lsp server by @navicore in https://github.com/navicore/patch-seq/pull/30
      1. Resolves includes to find available words from std:json and other … by @navicore in https://github.com/navicore/patch-seq/pull/31

    New Contributors

    • @navicore made their first contribution in https://github.com/navicore/patch-seq/pull/1

    Full Changelog: https://github.com/navicore/patch-seq/commits/v0.3.1

    Downloads
    • Source code (ZIP)
      0 downloads
    • Source code (TAR.GZ)
      0 downloads
First Previous ... 10 11 12 13 14 Next Last
Powered by Forgejo Version: 15.0.1 Page: 299ms Template: 181ms
English
Bahasa Indonesia Dansk Deutsch English Español Esperanto Filipino Français Italiano Latviešu Magyar nyelv Nederlands Plattdüütsch Polski Português de Portugal Português do Brasil Slovenščina Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Contact