Jacob Signorovitch jacob
jacob pushed to master at jacob/gub 2025-05-23 20:36:50 +00:00
2856c03b46 Initial commit.
jacob created branch master in jacob/gub 2025-05-23 20:36:50 +00:00
jacob created repository jacob/gub 2025-05-23 20:36:40 +00:00
jacob deleted branch calls from scl/scl 2025-05-17 15:04:17 +00:00
jacob pushed to master at scl/scl 2025-05-17 15:03:19 +00:00
1d83aa65a4 Well it mostly works now.
jacob pushed to calls at scl/scl 2025-05-17 15:01:58 +00:00
1d83aa65a4 Well it mostly works now.
jacob pushed to calls at scl/scl 2025-05-17 13:11:35 +00:00
jacob created branch calls in scl/scl 2025-05-17 13:11:35 +00:00
jacob deleted branch linked_env_scope from scl/scl 2025-05-10 14:48:50 +00:00
jacob pushed to master at scl/scl 2025-05-10 14:47:21 +00:00
3f30662cde Fixed some memory bugs.
743d16f696 Fixed bad free on stack.
7b99292547 Builtin functions now work with new scope.
4a516d8edb Updated builtin functions for scope.
5b0950cabb Finished linked env scope on user functions.
Compare 9 commits »
jacob pushed to linked_env_scope at scl/scl 2025-05-10 14:44:02 +00:00
3f30662cde Fixed some memory bugs.
jacob pushed to linked_env_scope at scl/scl 2025-05-07 12:56:13 +00:00
743d16f696 Fixed bad free on stack.
7b99292547 Builtin functions now work with new scope.
4a516d8edb Updated builtin functions for scope.
Compare 3 commits »
jacob pushed to linked_env_scope at scl/scl 2025-04-26 15:05:22 +00:00
5b0950cabb Finished linked env scope on user functions.
jacob pushed to linked_env_scope at scl/scl 2025-04-26 14:58:15 +00:00
40051de9ae Fix deprecated version name.
jacob pushed to linked_env_scope at scl/scl 2025-04-26 13:46:12 +00:00
2d01b09ee9 Added scope structures.
ff68b756ef Updated for Scope.
Compare 2 commits »
jacob pushed to linked_env_scope at scl/scl 2025-04-23 17:12:40 +00:00
c2f2658e9c Start removing old cursed stack frame scope code.
jacob created branch linked_env_scope in scl/scl 2025-04-23 17:12:40 +00:00
jacob pushed to master at scl/scl 2025-04-23 17:07:17 +00:00
3e80f6430d Updated output formatting for scope.
jacob pushed to master at scl/scl 2025-04-14 13:07:39 +00:00
5b50d423fa Updated README for new scoping system.
jacob pushed to master at scl/scl 2025-04-14 12:59:20 +00:00
a04d318e45 Started implementing the linked env scope.