summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
Commit message (Collapse)AuthorAge
* clang: allow parse single file + parse typedefsMinijackson2020-01-12
|
* newtype in types, more generator config, parsing -> parserMinijackson2019-12-21
|
* Big refactoringMinijackson2019-12-18
| | | | | | | - entities should be more coherent when parsing multiple files - well defined, language agnostic entity tree - each module has its own configuration - less dead code
* add basic config file, use codemap_diagnostic for main errorsMinijackson2019-11-15
|
* First versionMinijackson2019-11-10