Skip to content

Write "temporary AST" classes #8

@Lythenas

Description

@Lythenas

To make using the Tree-Sitter-API in the Interpreter easier we need another layer of abstraction.

This abstraction should consist of "temporary" AST-Objects (similar to the once that already exist). It should not be necessary to copy the complete syntax tree from Tree-Sitter to this abstraction. Instead the objects should be created "on-the-fly" in the Interpreter and use the Tree-Sitter nodes internally.

Metadata

Metadata

Assignees

Labels

A-interpreterArea: InterpreterC-featureCategory: Feature (User Story)P-highPriority: High

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions