Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/t4ccer/porth-bootstrap

Nix-based infrastructure to bootstrap porth compiler
https://github.com/t4ccer/porth-bootstrap

porth

Last synced: about 2 months ago
JSON representation

Nix-based infrastructure to bootstrap porth compiler

Awesome Lists containing this project

README

        

* Porth Bootstrap

Nix-based infrastructure to bootstrap [[https://gitlab.com/tsoding/porth][porth]] compiler without using provided precompiled binary artifacts.

** Usage

*** In dev shell

#+begin_src console
$ nix develop
$ porth com my-porth-file.porth
#+end_src

*** Building compiler

#+begin_src console
$ nix build
#+end_src

The compiler will be in =./result/bin/porth=.