diff options
author | Minijackson <minijackson@riseup.net> | 2019-12-18 20:56:53 +0100 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2019-12-18 20:56:53 +0100 |
commit | de896baff7e97fac4dde79078c9a2fa1c652576b (patch) | |
tree | 512b67b91d64e51d63f7ac5ff925a5c96d9aaf3c /src/parsing/mod.rs | |
parent | 860b73f1644ecd6548ae403ec483625fb7b625ea (diff) | |
download | poseidoc-de896baff7e97fac4dde79078c9a2fa1c652576b.tar.gz poseidoc-de896baff7e97fac4dde79078c9a2fa1c652576b.zip |
Big refactoring
- entities should be more coherent when parsing multiple files
- well defined, language agnostic entity tree
- each module has its own configuration
- less dead code
Diffstat (limited to 'src/parsing/mod.rs')
-rw-r--r-- | src/parsing/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parsing/mod.rs b/src/parsing/mod.rs new file mode 100644 index 0000000..0736eee --- /dev/null +++ b/src/parsing/mod.rs | |||
@@ -0,0 +1 @@ | |||
pub(crate) mod clang; | |||