Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 812 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 812 Bytes

AST Generators are intended to make a abstract syntax of a given file. This is usually to make the parsing later a lot easier and clearer.

PDDL AST Generators

Static Badge

The AST generator for PDDL files generally makes ASTNodes from sets of "(" and ")". Additionally it also saves the line context of where the nodes start at.

FastDownward SAS AST Generators

Static Badge

This AST Generator generates ASTNodes from the node structure in the Fast Downward Translator Format. Basically it matches nodes between "?" marks.