Move line_numbers under 'aiken-lang'

And add some unit tests to ensure things are working properly.
This commit is contained in:
KtorZ
2024-01-18 11:41:06 +01:00
parent f79b37d551
commit 627c6b576e
8 changed files with 142 additions and 59 deletions

View File

@@ -1,10 +1,8 @@
use std::{collections::HashMap, path::PathBuf};
use aiken_lang::ast::Tracing;
use aiken_lang::{ast::Tracing, line_numbers::LineNumbers};
use aiken_project::{config::Config, error::Error as ProjectError, module::CheckedModule, Project};
use crate::line_numbers::LineNumbers;
#[derive(Debug)]
pub struct SourceInfo {
/// The path to the source file from within the project root