about summary refs log tree commit diff
path: root/tvix/eval/src/main.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-04 r/5032 feat(tvix/eval): use fancy error formatting in REPLVincent Ambo1-1/+1
2022-09-18 r/4911 refactor(tvix/eval): use Clap for arg+env parsingGriffin Smith1-14/+19
2022-09-10 r/4788 fix(tvix/eval): always add history entries in REPLVincent Ambo1-1/+1
2022-09-03 r/4617 refactor(tvix/eval): explicitly discard uninteresting resultsVincent Ambo1-2/+2
2022-08-31 r/4547 fix(tvix/eval): gently attempt to create state dirVincent Ambo1-1/+3
2022-08-30 r/4537 fix(tvix/eval): address various clippy lintsVincent Ambo1-1/+3
2022-08-28 r/4519 feat(tvix/eval): resolve relative path literalsVincent Ambo1-3/+8
2022-08-26 r/4505 feat(tvix/eval): use rustyline crate for REPLVincent Ambo1-19/+49
2022-08-25 r/4488 feat(tvix/eval): Expose interpret + related types from libGriffin Smith1-12/+1
2022-08-24 r/4461 feat(tvix/tests): check in Nix' language test suiteVincent Ambo1-2/+5
2022-08-12 r/4408 chore(tvix/eval): wire things up for development flowVincent Ambo1-1/+1
2022-08-12 r/4407 feat(tvix/eval): add initial stack-based VMVincent Ambo1-0/+1
2022-08-12 r/4406 feat(tvix/eval): add initial barebones compilerVincent Ambo1-0/+1
2022-08-12 r/4405 feat(tvix/eval): add initial chunk representationVincent Ambo1-0/+1
2022-08-12 r/4404 feat(tvix/eval): add initial opcode representationVincent Ambo1-0/+1
2022-08-12 r/4403 feat(tvix/eval): add initial value representationVincent Ambo1-0/+1
2022-08-12 r/4401 chore(tvix/eval): bootstrap some evaluator boilerplateVincent Ambo1-1/+47
2022-08-12 r/4398 feat(tvix/eval): check in generated project skeletonVincent Ambo1-0/+3