Add TypeOf operator
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user