Skip to content

Modern reimplementation of the 1997 Frogbit text processing language and IDE

License

Notifications You must be signed in to change notification settings

CFFinch62/frogbit_interpreter

Repository files navigation

Frogbit Icon

Frogbit - Modern Text Processing Language and IDE

A modern reimplementation of Frogbit V1.01 (August 8, 1997) by Axiomatic Software.

About

Frogbit is a domain-specific language for text file manipulation, data extraction, and automation.

Installation

pip install -r requirements.txt

Usage

python frogbit.py

Development Status

🚧 Work in progress - adapting PsIDE to support Frogbit syntax.

See ../PSIDE_ANALYSIS_FOR_FROGBIT.md for implementation details.

Testing

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=html

Current test status: ✅ All tests passing

About

Modern reimplementation of the 1997 Frogbit text processing language and IDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published