todo notes

This commit is contained in:
anon 2024-08-29 13:47:35 +02:00
parent 3bf2dbc7eb
commit 8d9ffee55a
2 changed files with 23 additions and 0 deletions
.gitignore
documentation

1
.gitignore vendored

@ -5,3 +5,4 @@
output.png
.gdb_history
depgra
tags

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