/test Commit Log


Commit Date  
[daf770] by ingo

- corrections, to get FUNCTION / END_FUNCTION symetrical
- surrounded variable declarations with VAR

2020-09-28 19:29:14 Tree
[fc78f7] by ingo

added newline before END_FUNCTION, as otherwise it was appended to another statement sometimes

2020-09-28 19:09:18 Tree
[62c3c4] by ingo

improved diferenciation between function declarations and definitions

2020-09-28 13:13:03 Tree
[ebd1a4] by ingo

corrected handling of unary operators. Before, all unary operators were treated as pointer dereferenciation ;)

2020-09-27 14:40:10 Tree
[853a2a] by ingo

updated unary operators and added a few more tests from my personal queue

2020-09-27 13:31:24 Tree
[d3f708] by ingo

corrected types of variables in parameter list

2020-04-13 21:28:51 Tree
[52cec0] by ingo

implemented do/while loop

2020-04-13 14:34:38 Tree
[e009b1] by ingo

implemented return statement

2020-04-13 14:23:38 Tree
[b1775e] by ingo

fixed array acess

2020-04-13 13:57:38 Tree
[086a2a] by ingo

cleaned function definitions and their parameters

2020-04-13 13:50:28 Tree
[1f6122] by ingo

corrected order of functions and parameters
generated output of new test cases

2020-04-12 23:40:05 Tree
[dc5195] by ingo

added new tests (some curreny failing)

2020-04-12 23:28:55 Tree
[f15b2a] by ingo

fixed type modofier mapping for types in structures

2020-03-29 12:44:01 Tree
[8e3d7b] by ingo

- support typedefs
- implemented the lexer hack to identify custom types

2020-03-27 17:58:50 Tree
[aff3bf] by ingo

support unnamed structs or unions

2020-03-16 14:43:09 Tree
[bdceba] by ingo

support nested structs and unions

2020-03-16 14:30:38 Tree
[77aa95] by ingo

basic support for simple structs

2020-03-14 22:13:22 Tree
[5e4619] by ingo

removed log files from version control

2020-03-08 07:50:37 Tree
[1bb915] by ingo

finalized support for switch / case

2020-03-08 07:21:18 Tree
[bed709] by ingo

- renamed the tool to c2iec
- added rough draft to handle breaks in case statements

2020-03-05 19:35:43 Tree
[a3652e] by ingo

support for i++, not only ++i

2020-03-01 15:11:29 Tree
[c307d5] by ingo

support for loops
removed compile warnings
rudimentary (uncomplete) support for unary operators

2020-03-01 05:41:27 Tree
[501682] by ingo

improved unit test
support while loop
support function declaration

2020-02-27 23:04:05 Tree
[b8cc5d] by ingo

implemented first unit test
finished basic types and arrays

2020-02-26 21:39:02 Tree