diff --git a/README.md b/README.md index 5e692d2..fdc19be 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,30 @@ which will be available in every HTMNIX file and the HTMNIX REPL > - `let in`'s. > - Expressions that have spaces in them. +> Adding onto the previous note, if you want to see how your +> HTMNIX file is **actually** evaluated, you can run the following command: +> +> ```sh +> nix-instantiate --parse html.nix +> ``` +> +> This will insert a ton of parens everywhere, thus un-ambiguating the parsing. +> Here is an example: +> +> ```nix +> nix-instantiate --parse - << :end +>