• I briefly looked through the build instructions for Espruino under macOS - and it looked like too much effort for the limited time I have - thus, I'll have to stick with double precision floats.

    Using "compiled" failed with the message

    WARNING: Function marked with "compiled" uploaded in source form
    [ COMPILER MESSAGE ] : TypeError: Cannot read property 'type' of null
    

    which I do not understand right now

  • TypeError: Cannot read property 'type' of null

    Hard to tell without seeing the code, see "Caveats" and "Doesn't Work" on the bottom of Compile page.
    It is trying to detemine type of something which is null so perhaps some variable with undefined value?

About