Parsers
The task of a syntax analyzer (i.e., parser) is to take source code written in the QSP language and transform it into a form that can be conveniently worked with later (interpreted, compiled, used for analysis, etc.)
The task of a syntax analyzer (i.e., parser) is to take source code written in the QSP language and transform it into a form that can be conveniently worked with later (interpreted, compiled, used for analysis, etc.)