Add TypeOf operator

This commit is contained in:
Krzosa Karol
2022-10-11 11:13:07 +02:00
parent 4004b8b8d3
commit e37bf8b1bc
8 changed files with 61 additions and 38 deletions

View File

@@ -5,15 +5,13 @@ Current:
- [ ] String declaration in Language.core
- [ ] Way to import and force evaluate #import_lazy #import ?
- [ ] Typeof operator
- [ ] 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!
- [ ] Probably need to move all the global data into the context if we want to use this as library
- [ ] Probably need to move all the global data into the context if we want to use this as library or not?
In the future