Galfus Script MVP is complete

작성자

카테고리:

← 피드로
DEV Community · Renato Rodrigues · 2026-06-30 개발(SW)
Cover image for Galfus Script MVP is complete

Galfus profile image Renato Rodrigues

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

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다