Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 567 Bytes

File metadata and controls

37 lines (27 loc) · 567 Bytes

Foundry

Foundry is a Morte IDE based on Source.

Implementation status:

  • rendering expressions
  • basic navigation
  • editing expressions
  • interactive evaluation
  • auto-completion

Rendering Morte

Getting Started

$ nix build
$ result/bin/morte-to-sdam "./examples/expr.morte" > expr.sd
$ result/bin/sdam-to-svg --morte expr.sd
$ result/bin/foundry expr.sd

Tooling

$ nix develop -c $SHELL
$ make tags
$ make fmt

SVG Optimization

$ nix shell nixpkgs#nodePackages.svgo
$ svgo expr.svg