Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2023-02-20 | Split out `CmdRepl` and `editorFor` | John Ericson | |
The REPL itself and the `nix repl` CLI are conceptually different things, and thus deserve to be in different files. |