feat(epic): implement 1-1-lexer-and-tokenizer

Story: _bmad-output/implementation-artifacts/1-1-lexer-and-tokenizer.md
This commit is contained in:
2026-03-16 22:46:15 -04:00
parent bfe0e01254
commit baee33b2f1
7 changed files with 1006 additions and 1 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "calcpad-engine"
version = "0.1.0"
edition = "2021"
description = "Core calculation engine for CalcPad — a modern notepad calculator"
[dependencies]