diff options
| author | Baitinq <[email protected]> | 2025-02-12 20:41:04 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-02-12 20:41:24 +0100 |
| commit | fe5c158f6689f58351d165376b0d13c043b723fd (patch) | |
| tree | f8ff49f175a8a29c8e12f5b017c04096d2c17dee /examples | |
| parent | Codegen: Dont alloca for function definitions (diff) | |
| download | pry-lang-fe5c158f6689f58351d165376b0d13c043b723fd.tar.gz pry-lang-fe5c158f6689f58351d165376b0d13c043b723fd.tar.bz2 pry-lang-fe5c158f6689f58351d165376b0d13c043b723fd.zip | |
Codegen: Fix bug with function as variables
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/4.src | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/4.src b/examples/4.src index d6ab9b8..b7f10d3 100644 --- a/examples/4.src +++ b/examples/4.src @@ -10,5 +10,3 @@ let main = () => { return y; }; - -/* TODO */ |