conlang: Move all cl-libs into the compiler directory
This commit is contained in:
11
compiler/cl-repl/src/lib.rs
Normal file
11
compiler/cl-repl/src/lib.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
//! The Conlang REPL, based on [repline]
|
||||
//!
|
||||
//! Uses [argh] for argument parsing.
|
||||
#![warn(clippy::all)]
|
||||
|
||||
pub mod ansi;
|
||||
pub mod args;
|
||||
pub mod cli;
|
||||
pub mod ctx;
|
||||
pub mod menu;
|
||||
pub mod tools;
|
||||
Reference in New Issue
Block a user