BuggleInc / PLM

Programmer's Learning Machine
http://people.irisa.fr/Martin.Quinson/Teaching/PLM/
Other
63 stars 40 forks source link

Successful exercise with wrong code #450

Open jcb opened 9 years ago

jcb commented 9 years ago

At the very beginning, in the "Instructions exercise" (C language), I am able to validate it with a wrong code. For instance, the following code validates it while there is a syntax error (missing semicolon after the second right()):

brushDown(); stepForward(); stepForward(); right(); stepForward(); stepForward(); right() stepForward(); stepForward(); right(); stepForward(); stepForward(); right(); brushUp(); stepForward(); right(); stepForward(); left();

The error is displayed in the console, but I still validate the exercise.

mquinson commented 9 years ago

The C language is very prototypal so far. Its support was kinda dropped in the webPLM version. We need to reinstanciate it in the future. Please be patient...

jcb commented 9 years ago

ACK, thx. I did know it was in an experimental state.