farm parser out to a crate, remove it as a git submodule.

This commit is contained in:
Mark Thom
2018-09-03 21:58:07 -06:00
parent 4be20e48e6
commit ff9d2662e6
29 changed files with 471 additions and 1300 deletions

View File

@@ -1,10 +1,11 @@
#[macro_use] extern crate downcast;
#[macro_use] extern crate prolog_parser;
extern crate termion;
#[macro_use]
use prolog::ast::*;
mod prolog;
use prolog::ast::*;
use prolog::compile::*;
use prolog::io::*;
use prolog::machine::*;