about summary refs log tree commit diff
path: root/std
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-06-11 00:16:17 +0200
committerBaitinq <[email protected]>2025-06-11 00:16:17 +0200
commitfa92a157746ae17f295d31b7a047dfeb99624a13 (patch)
tree71e469e67a70df15542d873ebe223654def6111b /std
parentstdlib: Remove println (diff)
downloadinterpreter-master.tar.gz
interpreter-master.tar.bz2
interpreter-master.zip
Misc: Rename lang HEAD master
Diffstat (limited to '')
-rw-r--r--std/mem.pry (renamed from std/mem.src)2
-rw-r--r--std/stdlib.pry (renamed from std/stdlib.src)0
2 files changed, 1 insertions, 1 deletions
diff --git a/std/mem.src b/std/mem.pry
index 3bb1a0a..75f3d1d 100644
--- a/std/mem.src
+++ b/std/mem.pry
@@ -2,7 +2,7 @@ extern calloc = (i64, i64) => *void;
 extern realloc = (*void, i64) => *void;
 extern free = (*void) => void;
 
-import "!stdlib.src";
+import "!stdlib.pry";
 
 let arena = struct {
 	buf: *void,
diff --git a/std/stdlib.src b/std/stdlib.pry
index aecd4df..aecd4df 100644
--- a/std/stdlib.src
+++ b/std/stdlib.pry