3e80f6430d
Updated output formatting for scope.
2025-04-23 13:06:54 -04:00
5b50d423fa
Updated README for new scoping system.
2025-04-14 09:07:28 -04:00
a04d318e45
Started implementing the linked env scope.
2025-04-14 08:58:41 -04:00
7258f162c9
Clean up build process and add more doc.
2025-04-12 14:36:43 -04:00
6e05f1334a
Updated grammar rules for new scope system.
...
Need to implement scope fields still though.
2025-04-12 14:29:39 -04:00
4e66f7875a
Added grammars for function definitions.
2025-04-12 09:47:34 -04:00
845a7f87b2
Updated exception execution.
...
Now represents a sort of traceback.
2025-03-30 17:05:29 -04:00
5b163b26dd
Fixed static allocation of builting functions.
...
Co-authored-by: bgiobbe-tcs <bgiobbe.tcs@gmail.com>
2025-03-30 16:09:09 -04:00
f8ee7cc66e
Oh boy do I love formatting.
2025-03-26 18:16:13 -04:00
d699f492fa
Updated to use the builtin functions list.
...
Wow, the type declaration for builtin_fns[] is cursed.
Also, first commit from zed :D.
2025-03-26 18:06:17 -04:00
018404eea1
Wait why's that still there it's done already.
2025-03-25 15:07:22 -04:00
18c61d86dc
Fixed crash on unknown var name.
2025-03-11 17:56:04 +09:00
eaf65697de
Reformatted comments to be more consistent & clear.
2025-03-03 10:15:39 -05:00
ce6e558761
Updated README.md.
2025-02-28 13:10:19 -05:00
db6e591d77
Added back all the old functions.
2025-02-26 12:43:55 -05:00
58554e8727
Fixed some expression mishandling.
2025-02-25 08:17:17 -05:00
4b9f269938
Updated Unity.
2025-02-25 08:13:42 -05:00
3d0f534017
Plans.
2025-02-25 08:11:22 -05:00
38c6a9113c
Added sub to the builtin functions.
2025-02-25 08:04:43 -05:00
109bcb3fa5
Fixed function calls on builtin.
...
Random pointer indirection.
2025-02-25 07:56:25 -05:00
79b60e4853
Fixed name error handling.
2025-02-25 07:52:02 -05:00
8cab531129
Fixed memory error in exception printing.
...
Conflation between char* & char**.
2025-02-25 07:47:08 -05:00
eb3fbca030
Some things are broken.
...
EVERYTHING IS BROKEN
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.
2025-02-15 11:03:51 -05:00
40b91b96bd
Adds type infrastructure.
...
Only floats (nums) are available at the moment.
2025-02-08 11:01:56 -05:00
67f659e263
Merge branch 'master' into types.
2025-02-08 10:23:15 -05:00
b8ce193299
Scope works.
2025-02-08 10:21:22 -05:00
11401e75a7
Fixed.
2025-02-08 09:25:54 -05:00
a6be116a2d
Adds test for integer arithmetic.
2025-02-07 17:33:18 -05:00
3678940537
Adds preliminary type enums.
2025-02-07 17:29:30 -05:00
cddf5eed76
Creates config.mk.
...
Moves a bunch of stuff clutter out of the Makefile.
2025-02-04 18:11:30 -05:00
c685d6e55f
TODO.md.
2025-02-04 17:59:39 -05:00
6cbc28e092
Maybe fixed some memory leaks.
...
I don't know cauase lsan isn't working.
2025-02-04 17:55:47 -05:00
408a5a46c0
Can set and ref vars in main scope.
...
One can now assign and reference variables in the main scope, as it has
been put in a block through the parser.
Also added some tests for this purpose.
2025-02-04 17:28:06 -05:00
6903aeb383
Added Makefile rule to count LOC.
2025-02-04 17:03:55 -05:00
fbabf71d64
Variable references in blocks now work.
...
:D :D :D
2025-02-04 17:00:28 -05:00
78e31c3e27
Fixed block parsing for real this time.
...
I am such an idiot, ast_block_data_init() just ignored the given array
lol.
2025-02-04 16:50:04 -05:00
be3baee74e
Fixed dlists.
...
Also added tests.
2025-02-04 16:40:58 -05:00
d5a07fae56
Started adding scope.
...
Doesn't really do anything yet as blocks aren't fully implemented.
2025-02-04 11:30:45 -05:00
4153903443
Added types example.
...
This is gonna be hard to implement...
2025-02-03 13:37:21 -05:00
77d58bd69e
Updated STATUS.md.
2025-02-03 13:10:48 -05:00
47a3143752
Merge remote-tracking branch 'refs/remotes/origin/master'
2025-02-03 13:07:10 -05:00
4fb73b3c6f
Fixed word accumulator.
2025-02-03 13:02:47 -05:00
e5c58d5fc5
Fixed tests.
...
Can't have spaces for some reason. Not a real fix.
2025-02-03 13:02:28 -05:00
5d81054cf6
Added variable definitions.
2025-02-03 11:28:47 -05:00
66c518fe43
Don't know why that last test is hanging.
...
Will fix later I guess.
2025-02-03 10:06:53 -05:00
5ecdf2d89a
Sorted .gitignore again because that's important.
2025-02-01 21:38:45 -05:00
a5a86dc080
Basic blocks now work.
2025-02-01 18:40:43 -05:00
70393ef9ae
Started work on blocks and the hash table.
2025-02-01 11:01:01 -05:00
efac7f7747
Added hashtable header.
2025-01-31 18:10:01 -05:00
3fcffc81ad
Merge branch 'variables'.
2025-01-25 10:13:25 -05:00