로딩중...
검색중...
일치하는것 없음
모듈
Here is a list of all topics with brief descriptions:
 IndepPlatform Dependent Layer Platform-dependent code layer that contains all platform-specific implementations. This layer handles all platform-specific code and enables the rest of the system to operate platform-independently. Conditional compilation (#IF, #ELSE, etc.) is only permitted in this module
 ClogLogging subsystem that handles all logging operations. Provides configurable log levels and output formatting with thread-safe logging implementation. This layer ensures consistent logging across the entire system
 MetaType metadata management layer that collects and manages type metadata. Provides runtime type information and supports reflection capabilities for the byeol language. Essential for dynamic type operations and introspection
 MemliteLightweight memory management layer with custom memory pool-based allocation. Provides direct memory management for performance optimization and reduces garbage collection overhead through efficient memory pool strategies
 StelaStela 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
 CoreCore language layer containing byeol AST and core language features. Contains the byeol Abstract Syntax Tree (AST), handles package loading and management, and implements the fundamental features of the byeol programming language
 SysSystem bundle pack that includes the standard library and built-in functionality. Provides the standard library and built-in functionality that comes with the byeol language distribution
 FrontendCommand Line Interface frontend for the byeol language. Provides the main entry point and user interface for interacting with the byeol language system through command line operations
to Top