feat: add file input flag #12

Merged
mvhutz merged 2 commits from feat/file-input-flag into main 2026-01-11 21:43:12 +00:00

2 Commits

Author SHA1 Message Date
9ab004bec4 refactor: use -f flag in Makefile targets. 2026-01-11 16:40:39 -05:00
82e1570c2c feat: add file input flag to CLI.
Added -f flag to allow reading lambda expressions from files.

Changes:
- Add FileSource type to read from file paths.
- Add -f flag to command-line parser.
- Implement validation to prevent conflicting -f and positional arguments.
2026-01-11 16:37:01 -05:00