SearcharxivSearch

arXiv subjects

Nicky Ask Lund

Publications and source records attributed to Nicky Ask Lund.

2 recordsLinked to original sources

A Type System for Data Flow and Alias Analysis in ReScript

ReScript is a strongly typed language that targets JavaScript, as an alternative to gradually typed languages, such as TypeScript. In this paper, we present a sound type system for data-flow analysis for a subset of the ReScript language, more specifically for a lambda-calculus with mutability and pattern matching. The type system is a local analysis that collects information about variables that are used at each program point as well as alias information.

cs.LO

A type system for data flow and alias analysis in ReScript

ReScript introduces a strongly typed language that targets JavaScript, as an alternative to gradually typed languages, such as TypeScript. In this paper, we present a type system for data-flow analysis for a subset of the ReScript language, more specific for a lambda-calculus with mutability and pattern matching. The type system is a local analysis that collects information about what variables are used and alias information.

cs.PL