Morph v0.1.0 — Pre-alpha
Morph is an experiment in compiler architecture: the core stays free of language rules; behavior comes from packages. v0.1.0 is the first public pre-alpha drop—intended for early feedback, not for production.
What to expect
- Rough edges: crashes, incomplete diagnostics, and breaking changes between commits are normal at this stage.
- Moving target: syntax, tooling, and package APIs may change without a long deprecation window until we approach a stable line.
In this release
morphCLI — project scaffolding, build/run flow, REPL entry points (see docs for the exact command set on your platform).morphc— unified build driver used for local development and CI-style workflows.- Toolchain packaging — installers/builds aimed at getting a working compiler + runtime on supported platforms (details in release assets).
- Docs & playground — learning material and browser-side exploration linked from the project site.
Supported usage
Try it, report issues, and treat this tag as a snapshot of ongoing work—not a stability promise.
Full Changelog: https://github.com/jeandarcc/morph/commits/v0.1.0