Model ast without comments and errors

This commit is contained in:
Joscha 2022-11-17 15:21:30 +01:00
parent c593e4c872
commit 29d321334c
2 changed files with 151 additions and 0 deletions

View file

@ -4,6 +4,7 @@ use std::path::PathBuf;
use chumsky::Parser as _;
use clap::Parser;
mod ast;
mod builtin;
mod parser;
mod table;