mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
lang: fix main
This commit is contained in:
parent
381ab45edc
commit
06c9094227
|
@ -1,10 +1,7 @@
|
||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
use std::{fs, path::PathBuf};
|
use std::{fs, path::PathBuf};
|
||||||
|
|
||||||
use lang::parser::{
|
use lang::parser::{self, grammar, input, output::Output, syntax_kind};
|
||||||
parser::{self, grammar, input, output::Output},
|
|
||||||
syntax_kind,
|
|
||||||
};
|
|
||||||
|
|
||||||
#[derive(Parser)]
|
#[derive(Parser)]
|
||||||
struct Args {
|
struct Args {
|
||||||
|
|
Loading…
Reference in a new issue