SAS Parser
This is a parser for the SAS language.
It is intended to be used mainly as a JVM library. It can also be used as a command line tool.
Documentation sections
Sample AST
This example shows many elements of the SAS language supported by our SAS parser and the corresponding AST. Explore the AST to get a feel on how the parser understands the code.
Loading parser example…