Skip to main content
Version: 1.6.5

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…