initial version

This commit is contained in:
2025-12-21 15:36:46 +01:00
commit 876241f455
17 changed files with 936 additions and 0 deletions

8
typst.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "bqst"
version = "0.1.0"
entrypoint = "src/lib.typ"
authors = ["javalsai <javalsai@proton.me>"]
license = "Unlicense"
description = "Basic Qalc(st). Barebones libqalculate (in its unit aspect) implementation"
exclude = ["test"]