[fine] New parser usurps old parser

This commit is contained in:
John Doty 2024-01-05 11:22:45 -08:00
parent 120bd43652
commit 5cc9ecc398
6 changed files with 1433 additions and 1433 deletions

View file

@ -1,4 +1,4 @@
use fine::parser::concrete::SyntaxTree;
use fine::parser::SyntaxTree;
use pretty_assertions::assert_eq;
fn rebase_concrete(source_path: &str, dump: &str) {