delphi
delphi copied to clipboard
Exercism exercises in Delphi Pascal.
Note that there might be more stubs to add. I only modify the exercises I made so far
In Exercism v3, we're introducing a new (optional) tool: the [representer](https://github.com/exercism/docs/blob/main/building/tooling/representers/README.md). The goal of the representer is to take a solution and returning a representation, which is an extraction of...
In Exercism v3, we are making increased use of our v2 [analyzers](https://github.com/exercism/docs/blob/main/building/tooling/analyzers/README.md). Analyzers automatically assess student's submissions and provide mentor-style commentary. They can be used to catch common mistakes and/or...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ The [configlet tool](https://github.com/exercism/canonical-data-syncer) has a `lint` command that checks if a...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ To get your track ready for Exercism v3, the following needs...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ There are several new features in Exercism v3 for tracks to...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ Exercism v3 introduces a new type of exercise: [Concept Exercises](https://github.com/exercism/v3-docs/blob/main/product/concept-exercises.md). All...
_This issue is part of the migration to v3. You can read full details about the various changes [here](https://github.com/exercism/v3-launch/)._ In Exercism v3, one of the biggest changes is that we'll...
[INSTALLATION.md](https://github.com/exercism/delphi/blob/master/docs/INSTALLATION.md) needs to be updated with new screen shots that agree with Delphi 10.3. The images currently being used are for Delphi 10.2. When a PR is opened to address...
A good start reference is this [comment](https://github.com/exercism/csharp/issues/611#issuecomment-412491125)