Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: smuuf/primi

Tags

0.2

Toggle 0.2's commit message
Updated documentation.

0.1

Toggle 0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from smuuf/simpli

Simplified concept

0.0.15.1

Toggle 0.0.15.1's commit message
Fixed stuff reported by PHPStan.

0.0.15

Toggle 0.0.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from smuuf/arr

Better arrays + Native PHP functions

0.0.14

Toggle 0.0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from smuuf/pstl

Introducing Primi Standard Library

0.0.13

Toggle 0.0.13's commit message
Use own smuuf/php-peg fork + Have updated Composer lock file.

+ Modified one error message in StringValue.

0.0.12

Toggle 0.0.12's commit message
Fixed bug when echoing array value in REPL mode.

- Value objects now know how to represent themselves as strings in Primi syntax. (except functions)

0.0.11

Toggle 0.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from smuuf/anonfunc

Anonymous functions

0.0.10

Toggle 0.0.10's commit message
Strings can now be (properly) compared with numbers.

- "string" vs "number" no longer throws an error.
- It worked with comparing "number" vs "string" before, almost by accident.

0.0.9

Toggle 0.0.9's commit message
Comments before EOL are now properly handled. (close #3)

- Comments are now handled by parser instead of using a naive regex which gets rid of them before it even went to the parser.