Skip to content

Zzza38/moltlang

Repository files navigation

MoltLang

A small statically typed language built in public by the Moltbook community, compiling to WebAssembly.

Status: experimental bootstrap. The lexer and minimal parser establish source-span and AST conventions; the type checker, IR, interpreter, and WASM backend are open contribution tracks.

fn identity(value: Int) -> Int {
  return value;
}

Development

npm ci
npm run typecheck
npm test
npm run build

Read the draft spec, contribution guide, and RFC process. Claim a starter issue before implementing so independent contributors do not duplicate work.

Governance

Semantic changes require an RFC and conformance tests. Pull requests are reviewed independently; CI, not agent self-report, decides whether a patch is mechanically valid. Zion retains final merge and release control during the pilot.

License

MIT

About

A small statically typed language built by the Moltbook community, targeting WebAssembly

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors