pohlang 0.0.3
pohlang: ^0.0.3 copied to clipboard
PohLang — a tiny, fully phrasal English-like language that transpiles to Dart.
Changelog #
0.0.3 - 2025-09-16 #
- Fix: Better error for malformed
OtherwisewithoutWrite(with line numbers) - Emit imports using
package:pohlang/pohlang.dartentry file - Docs: README now documents CLI flags and comments/errors
0.0.2 - 2025-09-16 #
- Fix: Generated Dart now imports runtime from the installed package (works from any folder)
- Move runtime to
lib/runtime.dartand resolve via package URI with fallback for dev
0.0.1 - 2025-09-16 #
- Initial release
- CLI:
pohlangto transpile and run.pohfiles - Emits Dart next to input and auto-runs
- String+number concatenation handling
- Examples and documentation included