Skip to content

Extend name analysis to SL-values referenced in quoted JavaScript code. #3

@mzuber

Description

@mzuber

SL allows the user to reference SL values in quoted JavaScript code by prefixing the value's name with a '$' character. At the moment, the user can refer to any SL name and the compiler does not take scoping or even existence of the value into account.

It is desirable, that the compiler checks if all SL names referenced in a JavaScript quote exist and are visible in the current scope.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions