Move bytecode into own crate.

This commit is contained in:
Windel Bouwman 2019-06-30 11:01:40 +02:00
parent 96e49f195d
commit 134e6b2579
4 changed files with 3 additions and 461 deletions

View file

@ -4,7 +4,6 @@
#[macro_use]
extern crate log;
pub mod bytecode;
pub mod compile;
pub mod error;
mod symboltable;