A modern reimplementation of Frogbit V1.01 (August 8, 1997) by Axiomatic Software.
Frogbit is a domain-specific language for text file manipulation, data extraction, and automation.
pip install -r requirements.txtpython frogbit.py🚧 Work in progress - adapting PsIDE to support Frogbit syntax.
See ../PSIDE_ANALYSIS_FOR_FROGBIT.md for implementation details.
Run the test suite:
# Run all tests
python3 tests/test_lexer_frogbit.py
# Or with pytest (recommended)
pytest tests/ -v
# With coverage
pytest tests/ --cov=pseudocode_interpreter --cov-report=htmlCurrent test status: ✅ All tests passing
