about summary refs log tree commit diff
path: root/examples/0.pry
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-07-06 18:17:47 +0200
committerBaitinq <[email protected]>2025-07-06 18:17:47 +0200
commit9d67b769b14ad708f902346c0d21cb120c21c0a1 (patch)
tree1d3dc8cb2305a0751af5a4e3813c7d226a191a05 /examples/0.pry
parentBoostrap: Improve parser and codegen function calls values (diff)
downloadpry-lang-9d67b769b14ad708f902346c0d21cb120c21c0a1.tar.gz
pry-lang-9d67b769b14ad708f902346c0d21cb120c21c0a1.tar.bz2
pry-lang-9d67b769b14ad708f902346c0d21cb120c21c0a1.zip
Boostrap: Improve codegen for function declaration (starting to work on params)
Diffstat (limited to 'examples/0.pry')
-rw-r--r--examples/0.pry2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/0.pry b/examples/0.pry
index 90a6861..d0054f2 100644
--- a/examples/0.pry
+++ b/examples/0.pry
@@ -1,7 +1,5 @@
 /* HELLO! Welcome to the unnamed language */
 
-import "!stdlib.pry";
-
 let main = (argc: i64, argv: *i64) => i64 {
 	printf("%d\n", argc);