Modern Programming Language
Stars
28
Forks
0
Watchers
28
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
145
commits
9
commits
[feat] semantic: migrate semantic/type allocators to ctx arena
0a56162View on GitHub[feat] ast: add initializer and use arena alloc new_ast(arena) to allocate and initialize the AST structure (arena nodes, count) so callers get consistent,
2f188e6View on GitHub[refactor] parser: migrate parser to use compiler context and managers parser parsing use the centralized context instead of scattered, and improve memory/source management.
ee86189View on GitHub[refactor] cli: convert pointer-based lists to value types command option management
867b32eView on GitHub[refactor] compiler: improve clarity and organization of includes, typedefs, and structures across various headers
47500cbView on GitHub[refactor] core: streamline data structures and improve clarity in arena, hashmap, strings, debug, diagnostic, resolver, and source modules
2cf0fc6View on GitHub[refactor] readme: enhance structure by adding badge images for issues, stars, and license
6d8a874View on GitHub[refactor] build: reorganize source files into ds and lang directories for better structure
fc6d785View on GitHub[refactor] runtime: improve include clarity by adding comments and reorganizing headers
8b29850View on GitHub