]> Repositorios git - scryer-prolog.git/commit
add heapview, move registers to HeapCellRef
authorMark Thom <[email protected]>
Fri, 24 Feb 2017 23:16:14 +0000 (16:16 -0700)
committerMark Thom <[email protected]>
Fri, 24 Feb 2017 23:16:14 +0000 (16:16 -0700)
commit2fccbb09c6b928cc2dfcafc3ed7341d640469a02
treee8f35ba9edd6673786f24a8faa996a6f7c90b121
parentcde396650c8a2ee6e4d1defed6f68f89388af26c
add heapview, move registers to HeapCellRef
12 files changed:
Cargo.lock
Cargo.toml
README.md
src/l2/ast.rs
src/l2/codegen.rs
src/l2/heapview.rs [new file with mode: 0644]
src/l2/l2_parser.lalrpop
src/l2/l2_parser.rs
src/l2/machine.rs
src/l2/mod.rs
src/l2/stack.rs
src/main.rs