# Currently open issues - [~] Fill up symbol tables/environments/types. - [~] Add type checking. - [ ] Write a proper spec. - [ ] Write proper typing rules. - [ ] Write numeric type coercion rules. - [ ] Add user defined function calls (Only builtin calls currently supported). - [ ] Use bump allocators to avoid a large number of `malloc` calls. - [ ] Free memory. Not important for now, since it will be cleaned up at exit. - [ ] Add structs. - [ ] Add arrays and darrays.