You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2023. It is now read-only.
I'm an IT Technician at a school/academy and I have been assisting our computer science teachers with an issue they have been having with their MonkeyX programs today.
We are using:
About Ted
Ted V1.25 (Monkey V84f; Trans V1.85; QT_VERSION 0x040804)
Copyright Blitz Research Ltd.
A simple editor/IDE for the Monkey programming language.
It appears, from looking into the issues that our computer science faculty have been having today that if there are spaces in the file name of the *.monkey file, then when this gets translated into C++ for compilation the spaces get inserted at various code points. This then makes an invalid C++ file which fails to compile.
I'm afraid that although I did have an example cpp file that demonstrated the issue I deleted it while resolving the issue. Hopefully as the issue is easily reproduced that won't be a problem.