Add string support to the frontend

This commit is contained in:
Griffin Smith 2021-03-14 11:53:13 -04:00
parent 32a5c0ff0f
commit 39656a3801
10 changed files with 95 additions and 11 deletions

View file

@ -1,3 +1,5 @@
#![feature(str_split_once)]
use clap::Clap;
pub mod ast;