Skip to content

Add syntax and well-formedness checks for the quoted JavaScript code. #2

@mzuber

Description

@mzuber

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions