]> Repositorios git - scryer-prolog.git/commit
streamline code generation with iterators and traits
authorMark Thom <[email protected]>
Sun, 22 Jan 2017 18:24:29 +0000 (11:24 -0700)
committerMark Thom <[email protected]>
Sun, 22 Jan 2017 18:24:29 +0000 (11:24 -0700)
commited2343be9f1a841cc4f7928c3a73e18c9615b8d1
tree24795726cff2a2df80a052e3f5de0884e699a5c4
parent9be344551781dd4af9ff90663f6bcc6e9f292f0a
streamline code generation with iterators and traits
README.md
src/l0/ast.rs
src/l0/codegen.rs
src/l0/iterators.rs [new file with mode: 0644]
src/l0/l0_parser.lalrpop
src/l0/l0_parser.rs
src/l0/machine.rs
src/l0/mod.rs
src/l0/parser.rs [new file with mode: 0644]
src/main.rs