You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
329 B
9 lines
329 B
Internal Definitions (ast.h)
|
|
============================
|
|
|
|
For historical reasons, this header file is called "ast.h"--the definitions of
|
|
the AST nodes are not namespace-safe (they aren't prefixed with `sol_`), and so
|
|
this file is not generally meant to be included by end users unless strictly
|
|
required.
|
|
|
|
.. doxygenfile:: ast.h
|