Jacob Signorovitch jacob
jacob pushed to master at jacob/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 jacob/scl 2025-05-10 14:44:02 +00:00
3f30662cde Fixed some memory bugs.
jacob pushed to linked_env_scope at jacob/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 jacob/scl 2025-04-26 15:05:22 +00:00
5b0950cabb Finished linked env scope on user functions.
jacob pushed to linked_env_scope at jacob/scl 2025-04-26 14:58:15 +00:00
40051de9ae Fix deprecated version name.
jacob pushed to linked_env_scope at jacob/scl 2025-04-26 13:46:12 +00:00
2d01b09ee9 Added scope structures.
ff68b756ef Updated for Scope.
Compare 2 commits »
jacob created branch linked_env_scope in jacob/scl 2025-04-23 17:12:40 +00:00
jacob pushed to linked_env_scope at jacob/scl 2025-04-23 17:12:40 +00:00
c2f2658e9c Start removing old cursed stack frame scope code.
jacob pushed to master at jacob/scl 2025-04-23 17:07:17 +00:00
3e80f6430d Updated output formatting for scope.
jacob pushed to master at jacob/scl 2025-04-14 13:07:39 +00:00
5b50d423fa Updated README for new scoping system.
jacob pushed to master at jacob/scl 2025-04-14 12:59:20 +00:00
a04d318e45 Started implementing the linked env scope.
jacob pushed to master at jacob/scl 2025-04-12 18:36:46 +00:00
7258f162c9 Clean up build process and add more doc.
jacob pushed to master at jacob/scl 2025-04-12 18:30:33 +00:00
6e05f1334a Updated grammar rules for new scope system.
jacob pushed to master at jacob/scl 2025-04-12 13:47:38 +00:00
4e66f7875a Added grammars for function definitions.
jacob pushed to master at jacob/scl 2025-03-30 21:05:55 +00:00
845a7f87b2 Updated exception execution.
jacob pushed to master at jacob/scl 2025-03-30 20:09:15 +00:00
5b163b26dd Fixed static allocation of builting functions.
jacob pushed to master at jacob/scl 2025-03-26 22:16:27 +00:00
f8ee7cc66e Oh boy do I love formatting.
jacob pushed to master at jacob/scl 2025-03-26 22:06:22 +00:00
d699f492fa Updated to use the builtin functions list.
jacob pushed to master at jacob/scl 2025-03-25 19:07:34 +00:00
018404eea1 Wait why's that still there it's done already.
jacob pushed to master at jacob/mark 2025-03-25 02:35:36 +00:00
f0b7f5d463 Gone.