Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/t4ccer/porth-bootstrap
- Owner: t4ccer
- License: gpl-3.0
- Created: 2023-10-01T22:49:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-01T22:55:53.000Z (over 1 year ago)
- Last Synced: 2023-10-02T00:38:44.053Z (over 1 year ago)
- Topics: porth
- Language: Nix
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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_srcThe compiler will be in =./result/bin/porth=.