Getting rid of heap stuff completely but also naively

This commit is contained in:
Krzosa Karol
2022-10-09 10:45:36 +02:00
parent 829de11987
commit 8ad8e72b3a
5 changed files with 13 additions and 130 deletions

View File

@@ -10,6 +10,11 @@ Current:
- [ ] Imports are leaking names ! Multimedia leaks windows stuff
- [ ] Test and bulletproof any, slices
Memory:
- [ ] Redesign Type map to use List and reduce wasting space
- [ ] Redesign lexing to minimize memory usage, we got rid of heap but in a naive way!
In the future
- [ ] Cleanup
@@ -270,7 +275,6 @@ int main(int argument_count, char **arguments){
test_unicode();
map_test();
test_array();
test_string_builder();
test_intern_table();