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

Operators? #1

Open
Gama11 opened this issue May 11, 2018 · 1 comment
Open

Operators? #1

Gama11 opened this issue May 11, 2018 · 1 comment

Comments

@Gama11
Copy link

Gama11 commented May 11, 2018

Here's some rather simple examples that don't output anything:

> haxe-repl
REPL Haxe
> 1 + 2
> 1+2
> 1-2
> 1*2
> 1++
Repl: characters 1-2 : Invalid assign
>

Using the latest NPM release (0.4.1).

@elsassph
Copy link
Owner

Thanks for giving it a go!

1++ is invalid, but the others are tricky because the compiler optimises too aggressively... I'll try to figure something.

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

No branches or pull requests

2 participants