From db6bd63013fccd8f9dc1858503f322f3dedd5bf1 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 25 Apr 2024 23:31:09 +0200 Subject: [PATCH] add dev instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 351e4ae..23308c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,14 @@ make there's also a flake with a shell and package - if you know nix you know what to do with those +## dev + +`nix develop` if you're cool and use nix + +otherwise check `nix/shell.nix` for an up-to-date list of dependencies + +if you want to debug the macros (good luck keeping your sanity) run `make pp` to preprocess and format the files (output in preprocessed/) + ## TODO - parser generator: