primi
primi copied to clipboard
Primi language: A scripting language written in PHP.
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...
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.