DEV Community

Cover image for Galfus Script MVP is complete
Renato Rodrigues for Galfus

Posted on Originally published at github.com

Galfus Script MVP is complete

Galfus Script has reached its first MVP milestone.

Galfus is an experimental programming language written in Rust, designed around a typed VM-first execution model, compact .gfb artifacts, deterministic module/workspace resolution, and an ownership model based on anchors, edges, and weak observers.

The MVP goal was not to build a full ecosystem yet.

The goal was to prove the complete local execution pipeline:


txt
.gfs source
  -> lexer and parser
  -> resolver
  -> type checker and semantic analyzer
  -> ownership check
  -> MIR lowering
  -> bytecode emitter
  -> Galfus Module Image
  -> .gfb serialization
  -> VM interpreter execution

https://github.com/vulppi-dev/galfus-script/discussions/10
Enter fullscreen mode Exit fullscreen mode

Top comments (0)