Remove lua
This commit is contained in:
7
justfile
7
justfile
@@ -1,12 +1,13 @@
|
||||
neville:
|
||||
julia -i "./neville-algo-ml.jl"
|
||||
julia -i ./src/neville-algo-ml.jl
|
||||
|
||||
doc:
|
||||
typst compile ./docs.typ
|
||||
typst compile ./src/ocs.typ
|
||||
|
||||
test_langs:
|
||||
# Test all languages and tools in this project
|
||||
cargo run
|
||||
uv run python ./main.py
|
||||
julia ./main.jl
|
||||
julia ./src/main.jl
|
||||
nix flake info
|
||||
bun run ./index.ts
|
||||
|
||||
Reference in New Issue
Block a user