From ab3e064c6f90ec94daad99b5a4c56e0abbcc79bb Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sat, 9 Apr 2022 08:22:31 -0300 Subject: Add more type rules and numeric type coercion --- TODO.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 3407fac..86b7e31 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,9 @@ - [~] 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. -- cgit v1.2.1