feat: add stdlib and browser examples

- stdlib/html.lux: Type-safe HTML construction
- stdlib/browser.lux: Browser utilities
- examples/web/: Counter app with DOM manipulation
- examples/counter.lux: Simple counter example

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-15 03:54:17 -05:00
parent ccd335c80f
commit 634f665b1b
11 changed files with 1177 additions and 0 deletions

8
stdlib/lux.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "stdlib"
version = "0.1.0"
description = "Lux Standard Library - Core types and effects for browser development"
license = "MIT"
[dependencies]
# No dependencies - this is the core library