Skip to content

Releases: mocchii2/Separan

Separan Native Core

Choose a tag to compare

@mocchii2 mocchii2 released this 21 Sep 17:56

Separan Native Core

This release provides the native C CLI and the Separan Gateway Worker for Windows and Linux.

Native C CLI downloads

  • Windows installer — separan-installer.exe: installs the native CLI and adds it to the user PATH. Open a new terminal, then run separan examples/hello.sep.
  • Windows portable — separan-portable.zip: installer-free Windows bundle.
  • Linux x86_64 — separan-linux-x86_64.tar.gz: native binary for x86_64 Linux.
  • Linux ARM64 — separan-linux-aarch64.tar.gz: native binary for ARM64/aarch64 Linux. Both Linux binary bundles use the same make install command.
  • Linux source — separan-linux-source.tar.gz: architecture-independent C source for the CLI and Gateway Worker; build and install on the target Linux host with make install.

Gateway Worker downloads

The Gateway Worker is a FastCGI backend, not an HTTP web server. Connect it to Apache mod_proxy_fcgi, nginx fastcgi_pass, or another FastCGI-capable web server to execute Separan http_route handlers.

Each Linux Gateway binary bundle contains the same make install Makefile, both manuals, and a config template. The architecture-independent source archive builds both CLI and Gateway Worker with the host compiler.

Highlights

  • Explicit SEP: / END_SEP: block syntax
  • Native structural validation for labels, branches, and nesting
  • Portable Windows and Linux CLI distributions
  • FastCGI stdio, Unix/TCP sockets, and Windows named pipes for the Gateway Worker
  • Configurable worker pools, request/memory recycling, restart backoff, and graceful reload on supported platforms

Separan Language vscode-v0.9.2

Choose a tag to compare

@github-actions github-actions released this 15 Aug 12:24

Separan Language VS Code Extension vscode-v0.9.2

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.9.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 11:00

Separan Language VS Code Extension vscode-v0.9.0

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.6.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:54

Separan Language VS Code Extension vscode-v0.6.1

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.6.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:29

Separan Language VS Code Extension vscode-v0.6.0

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.5.4

Choose a tag to compare

@github-actions github-actions released this 13 Aug 22:47

Separan Language VS Code Extension vscode-v0.5.4

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:16

Separan Language VS Code Extension vscode-v0.5.0

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.4.3

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:06

Separan Language VS Code Extension vscode-v0.4.3

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.

Separan Language vscode-v0.4.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:59

Separan Language VS Code Extension vscode-v0.4.2

This release is now available on the VS Code Marketplace.

Install from Marketplace

See CHANGELOG.md for details.