Go to file
MCorange 081ff9a27a Add external functions (both import and export), make includes work
still need to fix literal arrays, it has the same problem as struct
literals had with moving the literal into memory and modifying the
memory with variables
2026-01-29 22:37:04 +02:00
editor_support Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
include Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
src Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
tests Replaced all the *Box with a generic LocBox<T> 2024-12-22 02:17:43 +02:00
.gitignore Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
Cargo.lock Add all of the code gen, want to show it off 2025-03-27 18:49:17 +02:00
Cargo.toml Upgrade to rust 2024 2026-01-17 16:39:01 +02:00
test Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
test.mcl Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00
test.o Add external functions (both import and export), make includes work 2026-01-29 22:37:04 +02:00