mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Record raw strings during parse step
This commit is contained in:
parent
fa9e074488
commit
d54cf81f7b
40 changed files with 4111 additions and 7400 deletions
12
src/lib.rs
12
src/lib.rs
|
@ -1,14 +1,12 @@
|
|||
// pub mod eval;
|
||||
pub mod canonicalize;
|
||||
pub mod can;
|
||||
pub mod collections;
|
||||
pub mod deprecated;
|
||||
pub mod expr;
|
||||
pub mod graph;
|
||||
pub mod ident;
|
||||
pub mod operator;
|
||||
pub mod parse; // DEPRECATED
|
||||
pub mod parse;
|
||||
pub mod region;
|
||||
|
||||
// pub mod string;
|
||||
pub mod string;
|
||||
|
||||
pub mod constrain;
|
||||
pub mod ena;
|
||||
|
@ -25,7 +23,5 @@ extern crate fxhash;
|
|||
extern crate im_rc;
|
||||
extern crate num;
|
||||
|
||||
#[macro_use]
|
||||
extern crate combine; // OBSOLETE
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue