feat: math expression language implementation

This commit is contained in:
2026-01-29 22:12:40 +01:00
parent f7c34448bb
commit ad9c3af0ac
11 changed files with 646 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: check test
.PHONY: check
check:
uvx ty check
.PHONY: test
test:
uv run pytest