×
Abstract Syntax Tree

JavaScript Bytecode – v8 Ignition Instructions

This article discusses JavaScript bytecode, specifically basic information about Ignition bytecode.

A Method for Optimizing JS Programs

This article discusses methods to optimize JavaScript programs, including the relationship between digital circuits and programs and Node Sea.

An AST Operating JavaScript

This article discusses parsing highly fault-tolerant code, modifying and generating an AST, and regenerating code.

Design and Practice of Self-Developed SQL Parser

This article introduces the parser technology and its current situation in the industry, including problems, design and practice, and performance improvements.

Writing a JavaScript Interpreter – A Detailed Interpretation of AST and Its Application

This article introduces the Abstract Syntax Tree (AST) conception, the AST working mode, and the amazing capabilities of AST.