← 피드로
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
추출 본문 · 출처: dev.to · https://dev.to/galfus/galfus-script-mvp-is-complete-1oom
답글 남기기