todo notes
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
output.png
|
output.png
|
||||||
.gdb_history
|
.gdb_history
|
||||||
depgra
|
depgra
|
||||||
|
tags
|
||||||
|
22
documentation/TODO.md
Normal file
22
documentation/TODO.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
### graphs such as:
|
||||||
|
```
|
||||||
|
+-------+
|
||||||
|
| i.h |
|
||||||
|
| ___ |
|
||||||
|
| | i | |
|
||||||
|
| ''' |
|
||||||
|
+-------+
|
||||||
|
|
||||||
|
+--------------------+ +------------------------+
|
||||||
|
| main.c | | i.c |
|
||||||
|
| ________________ | | ____________________ |
|
||||||
|
| | used by main.h | | | | declared by main.h | |
|
||||||
|
| '''''''''''''''' | | '''''''''''''''''''' |
|
||||||
|
+--------------------+ +------------------------+
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
(arrows omited for simplicity)
|
||||||
|
|
||||||
|
ctags cant do this (--extras=+referece only indexes the preprocessor),
|
||||||
|
i will have to use treesitter
|
Reference in New Issue
Block a user