parsing of lisp files is working
This commit is contained in:
parent
87a26642fa
commit
9695c8670f
3 changed files with 22 additions and 5 deletions
4
justfile
4
justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue