Rik Bellens

Results 68 comments of Rik Bellens

fixed in v0.2.4 already

The \\ was not parsed. This is now fixed in v0.2.5.

fixed already

The `=` operator is currently not supported. You could implement it yourself and do a PR. This means adapting the parser class, creating an `AssignmentExpression` class and adding an `evalAssignment`...

As @bvoq mentions, `utf8.decode` takes an `List`, not a `String`, so this PR will not work. Can you update accordingly and also add a unit test.