primi icon indicating copy to clipboard operation
primi copied to clipboard

Primi language: A scripting language written in PHP.

Results 4 primi issues
Sort by recently updated
recently updated
newest added

Currently `import std.types` will always import module `types` into variable `types`, or `import std.term.colors: Fg` will always import name `Fg` from module `std.term.colors` into variable `Fg`. What we want to...

enhancement
good first issue

I tried using Primi, however, could not get it to run the example. If I try to use the latest release (v0.4), it seems to not support php 8.2. If...

Based on https://github.com/smuuf/primi/pull/41, please merge the PHP 8.4 compatibility branch first. - This adds a new function for strings: `substring` - docgen now works again - functions.md was regenerated Are...

Implicit nullable arguments are deprecated and cause issues when running Primi via PHP 8.4.