Questions tagged [abstract-syntax-tree]

ASTs, otherwise known as abstract syntax trees, depict the hierarchical arrangement of a formal manuscript (programming source code).

Develop a query language using Python

I'm seeking a method to make filtering capabilities accessible to fellow developers and potentially clients within my workplace. Challenge I aim to introduce a basic query language for my data (stored as python dicts) that can be used by other developers ...