1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 21:51:50 +02:00

refactor: move readline stuff into its own file

This is in direct preparation for an automation mode of nix repl.
This commit is contained in:
Jade Lovelace 2024-02-26 00:34:11 -08:00
parent 76aced6915
commit 70a6ce139b
4 changed files with 232 additions and 171 deletions

View file

@ -3,11 +3,6 @@
#include "eval.hh"
#if HAVE_BOEHMGC
#define GC_INCLUDE_NEW
#include <gc/gc_cpp.h>
#endif
namespace nix {
struct AbstractNixRepl