Metadata-Version: 2.1
Name: plccng
Version: 0.0.5
Summary: Programming Languages Compiler Compiler
Author-Email: PLCC Community <https://discord.gg/EVtNSxS9E2>
License: GPL-3.0-or-later
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# plcc-ng

PLCC is designed for teaching and learning programming language concepts.
plcc-ng is a reimagining and reimplementation of PLCC.

This is currently under development.

## Licnesing

Developers license contributions under [AGPL-3.0-or-later](LICENSES/AGPL-3.0-or-later.txt) and sign off on the
[DCO-1.1](DCO-1.1.txt)

## Community

- [Code of conduct](CODE_OF_CONDUCT.md)
- [Discord server]((https://discord.gg/EVtNSxS9E2))

## Development

- Python
- PDM
- Codespaces
- Dev Containers
- Clean code
- TDD
- Open Source Values
- Running unit tests
  ```
  bin/test/units.bash
  ```
