about summary refs log tree commit diff
path: root/tvix/cli/src/repl.rs
AgeCommit message (Expand)AuthorFilesLines
2024-08-07 r/8453 feat(tvix/eval): Forbid Hash{Map,Set}, use Fx insteadAspen Smith1-3/+4
2024-07-27 r/8415 fix(tvix/cli): Make :q actually quitAspen Smith1-1/+1
2024-07-07 r/8355 fix(tvix/repl): Share globals and sourcemap across evaluationsAspen Smith1-7/+27
2024-07-07 r/8353 test(tvix/cli): Make the REPL testableAspen Smith1-86/+132
2024-07-05 r/8346 feat(tvix/repl): Allow binding variables at the top-levelAspen Smith1-7/+39
2024-06-01 r/8191 feat(tvix/repl): Add a command to recursively printAspen Smith1-0/+15
2024-06-01 r/8190 feat(tvix/repl): Add a help commandAspen Smith1-6/+29
2024-06-01 r/8189 feat(tvix/repl): Implement :q, to quitAspen Smith1-0/+4
2024-06-01 r/8188 refactor(tvix/repl): Abstract out REPL command handlingAspen Smith1-10/+26
2024-06-01 r/8187 refactor(tvix): Break out REPL into its own moduleAspen Smith1-0/+117