Commit Graph

10 Commits

Author SHA1 Message Date
11d281fe75 WIP recursive line worker detects C variable and function definitions
- todo: detect expressione type (function, variable, ...)
2017-03-09 08:04:29 +00:00
57f349be10 - fix gnu_basename() to also detect windows path ("\\") 2017-03-06 14:46:20 +00:00
28fb99e4b6 - new directory traversal method
- using debug output from debug.h
2017-03-06 12:43:23 +00:00
9557e97bab - processing of function parameter added (first tests successful)
- next stage -> constructing stub files (.c and .h)
2017-03-03 14:07:38 +00:00
8f5e44c372 - additional test for matchgroup 2017-03-03 11:06:48 +00:00
ea0939d74d - WIP (dynamic function structure implementation; parameter parcing missing) 2017-03-01 14:36:53 +00:00
da56a3b6cf - WIP (dynamic function structure implementation started; only function type at the moment; running) 2017-03-01 08:02:44 +00:00
53f530fb6f - missing includes 2017-02-28 17:16:07 +00:00
0974cc3ecf - cleaning and refactoring functionality
- parser function new WIP (old included as comment-> must be integrated)
2017-02-28 17:11:57 +00:00
05dd972ec7 - refactored to modular structure 2017-02-27 07:28:38 +00:00