mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
Adds: - analyzer/Constants: holds constant name -> value for lookup - ast/ConstDeclaration: AST node for a const declaration - optimizer/ConstValidator: validates that an optimized expression is valid to use as a constant. the Optimizer converts Identifiers that refer to a constant to the optimized constant value. |
||
|---|---|---|
| .. | ||
| CompilerWorkspace.cpp | ||
| CompilerWorkspace.h | ||
| FlowControlLabel.cpp | ||
| FlowControlLabel.h | ||
| FunctionLink.cpp | ||
| FunctionLink.h | ||
| Variable.cpp | ||
| Variable.h | ||
| VariableScope.h | ||
| WarnOn.h | ||