about summary refs log tree commit diff
path: root/nix-repl.cc
AgeCommit message (Expand)AuthorFilesLines
2013-09-06 Don't exit on SIGINT during evaluationEelco Dolstra1-0/+3
2013-09-06 Use readline history fileEelco Dolstra1-1/+7
2013-09-06 Handle SIGINT to cancel the current lineEelco Dolstra1-5/+37
2013-09-02 Add a command :l for loading a file into scopeEelco Dolstra1-10/+33
2013-09-02 Add a command :t for showing the type of an expressionEelco Dolstra1-4/+17
2013-09-02 Support adding variables to the scopeEelco Dolstra1-9/+86
2013-09-02 Initial version of nix-replEelco Dolstra1-0/+57