https://github.com/ourplcc/plcc-ng
In development: Reimagining PLCC.
https://github.com/ourplcc/plcc-ng
Last synced: 22 days ago
JSON representation
In development: Reimagining PLCC.
- Host: GitHub
- URL: https://github.com/ourplcc/plcc-ng
- Owner: ourPLCC
- Created: 2025-02-06T13:30:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-22T17:07:04.000Z (22 days ago)
- Last Synced: 2026-05-22T20:59:21.760Z (22 days ago)
- Language: Python
- Size: 4.23 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSES/AGPL-3.0-or-later.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.
## Install
```bash
pip install plcc-ng
```
> This package has a separate identity from the original `plcc` package.
> `plcc-ng` is experimental — no compatibility guarantees with `plcc` until a stable 1.0 release.
## Licensing
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
- Continuously run unit tests (^C to stop)
```bash
pdm ctest
```