parsing of lisp files is working

This commit is contained in:
Chris Cochrun 2024-12-06 11:42:14 -06:00
parent 87a26642fa
commit 9695c8670f
3 changed files with 22 additions and 5 deletions

View file

@ -2,8 +2,8 @@ default:
just --list
build:
RUST_LOG=debug cargo build
run ui=' ' file='~/dev/lumina-iced/testypres.lisp':
RUST_LOG=debug cargo run -- {{ui}} {{file}}
run ui=' ' file='~/dev/lumina-iced/test_presentation.lisp':
RUST_LOG=debug cargo run -- -i {{ui}} {{file}}
clean:
RUST_LOG=debug cargo clean
test: