mateusfccp / pinto

The pint° programming language
https://mateusfccp.me/pinto
MIT License
5 stars 1 forks source link

Enable the `pinto` CLI to run and compile pint° code #3

Open mateusfccp opened 3 weeks ago

mateusfccp commented 3 weeks ago

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.