Incorrect parsing of constants in compilemodule.py::expression_to_code_fragments

Issue #636 resolved
Marco Morandini created an issue

An simple expression like

e = Expression(".5")

is not compiled correctly, see the attached test case.

Comments (5)

  1. Log in to comment