At the moment, quoted JavaScript code is used in a raw fashion by the back-end, i.e., the compiler performs no checks on the code supplied by the user and all syntactic errors occur at run time.
It is desirable to hint on such errors at compile time of the SL program. To do so, the compiler should perform syntax and well-formedness checks on the quoted JavaScript code.
At the moment, quoted JavaScript code is used in a raw fashion by the back-end, i.e., the compiler performs no checks on the code supplied by the user and all syntactic errors occur at run time.
It is desirable to hint on such errors at compile time of the SL program. To do so, the compiler should perform syntax and well-formedness checks on the quoted JavaScript code.