Enable the `pinto` CLI to run and compile pint° code
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the `pinto` executable can only compile pint° code to Dart code.
This is the _raison d'être_ of pint°.
However, it would be interesting if we could run pint° code without compiling it to Dart.
For this, we have to basically wrap the `dart` executable so that the `pinto` executable generates the code and run/compile it directly without saving it to the disk.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect the pinto executable's current Dart-compilation flow and how it invokes or exposes the generated code. Then investigate how the dart executable could run or compile that generated code directly without saving it to disk; done means pinto can both run and compile pint° code through this path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- cli, compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100