Readme and early CI

This commit prepares the code to be uploaded to gitlab.
Included is a small readme and basic CI.

Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
Ava Apples Affine 2025-05-21 14:58:42 -07:00
parent e4c6e0924a
commit 528a61749d
3 changed files with 45 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#![feature(let_chains)]
#![feature(iter_collect_into)]
#![feature(if_let_guard)]
#![feature(core_float_math)]
pub mod sexpr;
pub mod lexer;