Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented type conversion from string to int and float #1

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Implemented type conversion from string to int and float #1

merged 1 commit into from
Feb 27, 2015

Conversation

haskellcamargo
Copy link
Contributor

Implemented type conversion from string to int and float.

<?php
 "1" + 1;     # => 2
 "1.2" + 4.1; # => 5.3

Using read to get the value as a PHP value and wrapping it in PHPInt and PHPFloat

jhartikainen added a commit that referenced this pull request Feb 27, 2015
Implemented type conversion from string to int and float
@jhartikainen jhartikainen merged commit 00b71ea into jhartikainen:master Feb 27, 2015
@jhartikainen
Copy link
Owner

Thanks for your contribution :)

@haskellcamargo
Copy link
Contributor Author

You're welcome. 😄
I develop parsers on my freetime and your project was very useful for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants