Update 'TODO.md'
This commit is contained in:
parent
df8e5f3e27
commit
8c845ef072
2 changed files with 8 additions and 6 deletions
6
TODO
6
TODO
|
@ -1,6 +0,0 @@
|
|||
# Todos
|
||||
|
||||
- Create feature flag for the parse mdule
|
||||
- better error handling in the parser
|
||||
- Implement checks for existing trait storage files
|
||||
- Write unit tests
|
8
TODO.md
Normal file
8
TODO.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Todos
|
||||
|
||||
- Create feature flag for the parse mdule.
|
||||
- Better error handling in the parser. (dont panic on every wrong token!)
|
||||
- Implement checks for existing trait storage files.
|
||||
- Write more unit tests.
|
||||
- Create macro that implements traits on objects by shelling out to other binaries using sing.
|
||||
- Investigate whether it's possible to make the `sing_add_trait` macro work without an impl block
|
Loading…
Reference in a new issue