mudasobwa

mudasobwa

Creator of Cure

Metastatic is a library that provides a unified MetaAST (Meta-level Abstract Syntax Tree) intermediate representation for parsing, transforming, and analyzing code across multiple programming languages using a three-layer meta-model architecture.

“Build tools once, apply them everywhere,” they Java-evangelists said. I tried my own path to create a universal meta-model for program syntax that enables cross-language code analysis, transformation, and tooling.

Metastatic provides the foundation for that—the MetaAST meta-model and language adapters. Tools that leverage this foundation (mutation testing, purity analysis, complexity metrics) are built separately.

It’s already used in Ragex v0.19.0 — Documentation , https://cure-lang.org, and some WIP pets.

Now it’s probably a good time to release it to the wild.

iex|🌢|1 ▶ Metastatic.quote("defmodule M, do: def forty_two, do: 42", :elixir)

{:ok,
 {:container,
  [container_type: :module, name: "M", module: "M", language: :elixir, line: 1],
  [
    {:function_def,
     [
       name: "forty_two",
       params: [],
       visibility: :public,
       arity: 0,
       function: "forty_two",
       language: :elixir,
       line: 1
     ], [{:literal, [subtype: :integer], 42}]}
  ]}}

Metastatic v0.23.0 — Documentation

https://github.com/oeditus/metastatic

Most Liked

mudasobwa

mudasobwa OP

Creator of Cure

They’ll find {:container, [container_type: :class … there. I write all my code in an assumption there are many violent java-coders knowing where I live.

dimitarvp

dimitarvp

Wait until the Java devs find you with the pitchforks and torches for daring not to use “class” but “module” instead.

Asd

Asd

How does it compare to TreeSitter ASTs?

Last Post!

mudasobwa

mudasobwa OP

Creator of Cure

v0.30.0 the milestone release with a lot of goodness and 4 new supported languages.

:metastatic now officially supports 9 programming languages:

Language Atom Identifier Supported Extensions Adapter Module Parser Strategy
Cure :cure .cure cure.ex In-process BEAM modules with Subprocess fallback
Elixir :elixir .ex, .exs elixir.ex Native Elixir Code.string_to_quoted/2
Erlang :erlang .erl, .hrl erlang.ex Native BEAM :erl_scan and :erl_parse
Haskell :haskell .hs, .lhs haskell.ex Subprocess Stack binary (priv/parsers/haskell)
JavaScript :javascript .js, .jsx javascript.ex Subprocess Node.js Babel parser (priv/parsers/js)
March :march .march, .mch march.ex Subprocess OCaml Dune binary (priv/parsers/march)
Python :python .py python.ex Subprocess Python ast parser (priv/parsers/python)
Ruby :ruby .rb ruby.ex Subprocess Prism / Parser gem (priv/parsers/ruby)
TypeScript :typescript .ts, .tsx typescript.ex Subprocess TypeScript compiler API (priv/parsers/js)

The upcoming :metacredo update should provide an ability to run credo checks for the codebases in all these languages. Needs further polishing and thorough testing though.

¡Enjoy!

Where Next? Top

Trending in Announcing Top

woylie
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries. offset-based pagination with...
New
MRdotB
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
woylie
I released Doggo, a collection of unstyled Phoenix components. https://github.com/woylie/doggo Features Unstyled Phoenix components....
New
GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
ahamez
Hi everyone, I’ve been working on this protobuf library for 3 years. We use it in the company I work for, EasyMile, to communicate with ...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New
AstonJ
This showed up on my feed.. anyone heard of it? Just hype? Ox Alpha is a reasoning model designed for coding, sustained ag...
New
bartblast
Hey folks, I just published a post about Hologram’s funding and where the project goes next - the short version: Curiosum as Main Spons...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews