Stela Language Parsing Layer that handles stela language parsing. Parses configuration information using the stela language (derived from byeol) and handles manifest.stela files in byeol pack distribution for structured configuration management.
더 자세히 ...
클래스 | |
| class | by::arrStela |
| Ordered list of elements. 더 자세히 ... | |
| class | by::boolStela |
Boolean literal — the BOOLVAL form of stela source. 더 자세히 ... | |
| class | by::defStela |
Named block of children — the def form of stela source. 더 자세히 ... | |
| class | by::nulStela |
| Null stela node representing empty or undefined values 더 자세히 ... | |
| class | by::numStela |
Numeric literal — the INTVAL and FLTVAL forms of stela source. 더 자세히 ... | |
| struct | by::point |
| Source code position tracking structure 더 자세히 ... | |
| struct | by::area |
| Source code area tracking structure 더 자세히 ... | |
| class | by::rootStela |
| The compilation unit — the one node with no source form of its own. 더 자세히 ... | |
| class | by::strStela |
| String-value marker over valStela. 더 자세히 ... | |
| class | by::valStela |
| Scalar value — the abstract base of every leaf form. 더 자세히 ... | |
| class | by::verStela |
| Version stela node for semantic version handling 더 자세히 ... | |
| class | by::stelaTokenScan |
| Base class for token scanning strategies 더 자세히 ... | |
| class | by::stelaNormalScan |
| Normal token scanning mode 더 자세히 ... | |
| class | by::stelaIndentScan |
| Indentation-aware token scanning mode 더 자세히 ... | |
| class | by::stelaParser |
| Parser for stela configuration language 더 자세히 ... | |
| class | by::stelaSmartDedent |
| Smart dedent handler for indentation-based parsing 더 자세히 ... | |
| class | by::stelaTokenDispatcher |
| Token dispatcher for managing token queue during parsing 더 자세히 ... | |
| class | by::stelaTokenScanable |
| Interface for token scanning during stela parsing 더 자세히 ... | |
| class | by::stelaVisitInfo |
| Traversal context handed to every stelaVisitor callback. 더 자세히 ... | |
| class | by::stelaVisitor |
| Preorder visitor for the stela AST. 더 자세히 ... | |
| class | by::stelaWriter |
| Serializes a stela tree back to stela source text. 더 자세히 ... | |
Stela Language Parsing Layer that handles stela language parsing. Parses configuration information using the stela language (derived from byeol) and handles manifest.stela files in byeol pack distribution for structured configuration management.