A fn to return a map of line addresses to enable step debugging

This commit is contained in:
2023-01-26 14:40:40 -06:00
parent 11f0760b01
commit dddff7b54a
3 changed files with 40 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
use std::collections::BTreeMap;
use std::fs::File;
use std::io::Write;
use clap::lazy_static::lazy_static;
use clap::Parser;
use regex::Regex;
use serde_json::json;