Update README.md

This commit is contained in:
Jordan Wages 2025-08-19 03:06:57 -05:00
commit 841a10cb97

View file

@ -1,4 +1,4 @@
Design Philosophy
## Design Philosophy
CSMIC is a small, embeddable expression interpreter designed primarily for UI scenarios where a user types flexible input (e.g., 2+2+someVar) but the host application needs a validated, deterministic numeric value. The library focuses on predictable evaluation, strong validation and extensibility through developersupplied variables and coded functions.