|
|
d5c4030527
|
Updated analyze_typedef
|
2019-02-21 22:57:38 +01:00 |
|
|
|
b30b368820
|
Updated lineanalyzer.py
|
2019-02-10 01:16:00 +01:00 |
|
|
|
bb3203bd33
|
Added a list iterator for lineanalyzer in parseheader.
|
2019-02-07 21:14:36 +01:00 |
|
|
|
21aa6f0b12
|
Updated tokenizer.py. Added lineanalyzer.py
|
2019-02-06 20:06:50 +01:00 |
|
|
|
47e3272458
|
Added tokenizer.py
|
2019-02-06 19:38:21 +01:00 |
|
|
|
74a0d25926
|
Updated analyzer.
|
2019-02-03 19:51:32 +01:00 |
|
|
|
687f2d157d
|
Updated function analyzer.
|
2019-02-03 19:24:18 +01:00 |
|
|
|
4c9f661544
|
Added parser_analyzer.
|
2019-02-02 22:21:14 +01:00 |
|
|
|
f91d3efc25
|
Added tokenized output for debuging.
|
2019-02-02 20:56:20 +01:00 |
|
|
|
e1e97bc31c
|
Added parse_struct() to parser.py
|
2019-01-30 18:07:56 +01:00 |
|
|
|
bcf74e384e
|
Updated parsetokens(), updated gtkwindow.inc. /Lerking
|
2019-01-29 21:37:04 +01:00 |
|
|
|
ba69d83e2b
|
Updated parse_typedef() function. /JL
|
2019-01-29 20:03:04 +01:00 |
|
|
|
3ea5002ded
|
files updated
|
2019-01-29 18:18:22 +01:00 |
|
|
|
d5044a7f1e
|
Updated parser.py
|
2019-01-29 18:11:26 +01:00 |
|
|
|
34a5203c68
|
Typedef enum almost done:)
|
2018-12-18 21:10:57 +01:00 |
|
|
|
4c204baf6d
|
Added gtkwindow.h for testing. Added function for processing 'typedef' in class PARSER.
|
2018-12-17 21:07:47 +01:00 |
|
|
|
0816baa0a6
|
Merge branch 'Development' of https://github.com/Lerking/h2inc into Development
|
2018-12-17 19:56:39 +01:00 |
|
|
|
de50a9e073
|
Added function to recursively traverse a directory tree and process all files ending in '.h'.
|
2018-12-17 19:56:12 +01:00 |
|
Lerking
|
1f0ed11275
|
Merge pull request #10 from Lerking/Development
PARSER phase
|
2018-12-17 19:22:05 +01:00 |
|
|
|
4f9609c1ac
|
Corrected 'gtk.inc'.
|
2018-12-17 19:15:04 +01:00 |
|
|
|
08270d2eb9
|
Updated NASM_PREPROCESS_DIRECTIVES to get correct leading symbol '%'.
|
2018-12-17 19:13:38 +01:00 |
|
|
|
ca2a475f35
|
Now able to process 'gtk.h' resulting in 'gtk.inc'.
|
2018-12-17 19:09:57 +01:00 |
|
Lerking
|
e3c5b1022a
|
Delete .gitignore
|
2018-12-17 17:33:08 +01:00 |
|
|
|
f379ebd87e
|
Added more parsing functionallity.
|
2018-12-15 01:16:36 +01:00 |
|
|
|
8584cc73d1
|
Minor corrections
|
2018-12-14 21:09:38 +01:00 |
|
|
|
b95a1cb5cb
|
Changed dict names to UPPER case.
|
2018-12-14 21:09:12 +01:00 |
|
|
|
20756f9329
|
Moved all parser functions to class PARSER in parser.py
|
2018-12-14 20:55:34 +01:00 |
|
|
|
b39bdec95a
|
Added PARSER class and moved all parser functions in here.
|
2018-12-14 20:54:53 +01:00 |
|
|
|
98ae18debd
|
Added gtk.h file for testing ELEMENT_TYPE_INCLUDE.
|
2018-12-13 20:59:35 +01:00 |
|
|
|
571db72740
|
Added parser function for ELEMENT_TYPE_INCLUDE.
|
2018-12-13 20:58:47 +01:00 |
|
|
|
106849a802
|
Did some minor corrections.
|
2018-12-12 20:28:26 +01:00 |
|
Lerking
|
58945c9f5b
|
Update h2inc.py
Added Element type definitions.
Added hdr_keywords and inc_keywords.
Added analyzer function.
Modified read_line function.
|
2018-12-12 06:47:37 +01:00 |
|
Lerking
|
fd7872f8fe
|
Update h2inc.py
Added srcfilecnt, srcfoldercnt, read_file and write_file functions to H2INC class.
|
2018-12-11 20:34:38 +01:00 |
|
Lerking
|
406adf478a
|
Update h2inc.py
Started H2INC class framework.
Added traverse, read_file and write_file definitions.
|
2018-12-11 17:15:23 +01:00 |
|
Lerking
|
dba5a29bf2
|
Create h2inc.py
Initial file creation.
|
2018-12-09 14:22:49 +01:00 |
|