<<<<<<< HEAD
Bangla Programming Language (BPL) - Project scaffold
This repository contains an initial scaffold for a beginner-friendly programming language with Bangla (Bengali) syntax. The project is a work-in-progress.
Run the REPL:
python -m bangla_lang.repl
```markdown
# bpl
Bangla Programming Language (BPL) - Project scaffold
This repository contains an initial scaffold for a beginner-friendly programming
language with Bangla (Bengali) syntax. The project is a work-in-progress.
Run the REPL:
```bash
python -m bangla_lang.replFiles:
bangla_lang/lexer.py: Unicode-aware lexerbangla_lang/parser.py: parser skeletonbangla_lang/ast.py: AST node classesbangla_lang/evaluator.py: evaluator skeletonbangla_lang/repl.py: simple REPL (lexes input for now)
Examples are in examples/ and tests in tests/.