]> Repositorios git - scryer-prolog.git/commit
transition to prolog
authorMark Thom <[email protected]>
Sat, 11 Mar 2017 06:50:26 +0000 (23:50 -0700)
committerMark Thom <[email protected]>
Sat, 11 Mar 2017 06:50:26 +0000 (23:50 -0700)
commitfcb3cc1287afa60844ceda083b1824a69a765cc2
tree79012547f1ce692a11b4c5f632f57abc24c50af6
parent743602778f8a7c6e9ada02cb778d77df8a109983
transition to prolog
15 files changed:
Cargo.lock
Cargo.toml
README.md
src/main.rs
src/prolog/and_stack.rs [new file with mode: 0644]
src/prolog/ast.rs [new file with mode: 0644]
src/prolog/codegen.rs [new file with mode: 0644]
src/prolog/heapview.rs [new file with mode: 0644]
src/prolog/io.rs [new file with mode: 0644]
src/prolog/iterators.rs [new file with mode: 0644]
src/prolog/machine.rs [new file with mode: 0644]
src/prolog/mod.rs [new file with mode: 0644]
src/prolog/or_stack.rs [new file with mode: 0644]
src/prolog/prolog_parser.lalrpop [new file with mode: 0644]
src/prolog/prolog_parser.rs [new file with mode: 0644]