alpha
Login
or
Join now
solune.tngl.sh
/
retlang
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Concept language with mix of assembly and C headers
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
retlang
/
backend
/
src
/
at
gitbutler/workspace
4 folders
2 files
isofinly
feat(transpiler): Integrate bitflags for temporary variable management
11mo ago
ec4cd6d3
compiler
feat(transpiler): Integrate bitflags for temporary variable management - Added `bitflags` dependency to manage temporary variables more efficiently in the transpiler. - Refactored `TempVar` enum to `TempVars` bitflags for improved memory usage and clarity. - Updated variable handling in `CodeBuilder` to utilize the new bitflags structure, enhancing performance and readability. - Adjusted related functions to accommodate the new temporary variable management approach.
11 months ago
lexer
refactor: Update module visibility and improve code readability - Changed `utils` module from `pub(crate)` to `pub` for broader accessibility. - Simplified token handling in the lexer by removing unnecessary string allocations. - Updated various structs and enums in the compiler to use lifetimes for better memory management. - Enhanced error messages in the compiler for clarity. - Refactored code generation in the transpiler for improved readability and maintainability.
1 year ago
parser
refactor: Update module visibility and improve code readability - Changed `utils` module from `pub(crate)` to `pub` for broader accessibility. - Simplified token handling in the lexer by removing unnecessary string allocations. - Updated various structs and enums in the compiler to use lifetimes for better memory management. - Enhanced error messages in the compiler for clarity. - Refactored code generation in the transpiler for improved readability and maintainability.
1 year ago
utils
refactor: Update module visibility and improve code readability - Changed `utils` module from `pub(crate)` to `pub` for broader accessibility. - Simplified token handling in the lexer by removing unnecessary string allocations. - Updated various structs and enums in the compiler to use lifetimes for better memory management. - Enhanced error messages in the compiler for clarity. - Refactored code generation in the transpiler for improved readability and maintainability.
1 year ago
lib.rs
refactor: Update module visibility and improve code readability - Changed `utils` module from `pub(crate)` to `pub` for broader accessibility. - Simplified token handling in the lexer by removing unnecessary string allocations. - Updated various structs and enums in the compiler to use lifetimes for better memory management. - Enhanced error messages in the compiler for clarity. - Refactored code generation in the transpiler for improved readability and maintainability.
1 year ago
main.rs
refactor: Update module visibility and improve code readability - Changed `utils` module from `pub(crate)` to `pub` for broader accessibility. - Simplified token handling in the lexer by removing unnecessary string allocations. - Updated various structs and enums in the compiler to use lifetimes for better memory management. - Enhanced error messages in the compiler for clarity. - Refactored code generation in the transpiler for improved readability and maintainability.
1 year ago