Treffer: JavaScript Language Design and Implementation in Tandem.

Title:
JavaScript Language Design and Implementation in Tandem.
Authors:
Ryu, Sukyoung1 (AUTHOR), Park, Jihyeok2 (AUTHOR)
Source:
Communications of the ACM. May2024, Vol. 67 Issue 5, p86-95. 10p.
Database:
Business Source Elite

Weitere Informationen

This article proposes utilization of mechanized specification in programming language development with JavaScript. The article details the history of JavaScript language specification and implementation of open source conformance testing showing how amendable JavaScript is to this new method. Topics include synthesis of conformance tests by JEST and the creation of JSAVER which allows for the generation of an automatic static analyzer of any version of ECMA-262, Javascript’s language specification.