2025-11-20 10:44:59 +08:00
|
|
|
list:
|
|
|
|
|
just --list
|
|
|
|
|
|
2026-01-30 14:18:07 +08:00
|
|
|
build_docs:
|
2025-11-20 10:44:59 +08:00
|
|
|
doxygen Doxyfile
|
|
|
|
|
|
2026-01-30 14:18:07 +08:00
|
|
|
docs: build_docs
|
2025-11-20 10:44:59 +08:00
|
|
|
python -m http.server -d docs/html
|
2026-01-30 14:18:07 +08:00
|
|
|
|
|
|
|
|
count:
|
|
|
|
|
# you need download `tokei` it can download by cargo
|
|
|
|
|
tokei libs runtime src -e tests
|
|
|
|
|
|
|
|
|
|
build_lexer:
|
|
|
|
|
python ./tools/cbuild/cbuild.py --path libs/lexer build
|