Operators initially working! Problems with untyped literals
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
/*
|
||||
|
||||
- [ ] Cleanup
|
||||
- [ ] Remove tuple stuff or cleanup, in the future might replace it with a better implementation
|
||||
- [ ] '.' Operator doesn't handle expressions inside the dot chain, no good, so casts don't work
|
||||
|
||||
- [ ] Basic
|
||||
- [ ] Introduce List to reduce heap allocations and make it more arena friendly, can we get rid of heap completly?
|
||||
- [ ] Detecting if return was called
|
||||
- [ ] '.' Operator doesn't handle expressions inside the dot chain, no good, so casts don't work
|
||||
- [ ] Combining casts with . operator
|
||||
|
||||
- [ ] Builtin data structures
|
||||
- [ ] Strings probably should have len() instead of string.len
|
||||
@@ -289,4 +291,5 @@ int main(int argument_count, char **arguments){
|
||||
compile_file(it.absolute_path, COMPILE_AND_RUN);
|
||||
}
|
||||
}
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user