web: Show position in line

This commit is contained in:
2025-11-12 15:09:18 -06:00
parent 22f1f9dae5
commit f53d704e74
7 changed files with 101 additions and 52 deletions

View File

@@ -13,3 +13,11 @@ docker-run:
--memory 16g \
--cpus 4 \
ucjl-backend
test:
clear; julia --threads 1 --procs 1 --project=test -e "using BackendT; runtests()"
run:
julia --procs 1 --project=. startup.jl
.PHONY: test