Move sexp into compare.

This commit is contained in:
Tom Alexander
2023-09-11 15:31:48 -04:00
parent 98de5e4ec5
commit a651b79e77
8 changed files with 39 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
use crate::parser::sexp::Token;
use super::sexp::Token;
use crate::types::Source;
/// Check if the child string slice is a slice of the parent string slice.