/c2iec.y Commit Log


Commit Date  
[56e3db] (HEADmaster) (23.5 kB) by ingo

support direct declarator 1

2020-10-03 18:55:42 View
Download
[daf770] (23.4 kB) by ingo

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

2020-09-28 19:29:14 View
Download
[fc78f7] (22.9 kB) by ingo

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

2020-09-28 19:09:18 View
Download
[62c3c4] (23.1 kB) by ingo

improved diferenciation between function declarations and definitions

2020-09-28 13:13:03 View
Download
[c6a232] (22.6 kB) by ingo

add END_FUNCTION markers

2020-09-27 20:56:13 View
Download
[ebd1a4] (22.2 kB) by ingo

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

2020-09-27 14:40:10 View
Download
[853a2a] (21.9 kB) by ingo

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

2020-09-27 13:31:24 View
Download
[d3f708] (21.9 kB) by ingo

corrected types of variables in parameter list

2020-04-13 21:28:51 View
Download
[52cec0] (21.6 kB) by ingo

implemented do/while loop

2020-04-13 14:34:38 View
Download
[e009b1] (21.4 kB) by ingo

implemented return statement

2020-04-13 14:23:38 View
Download
[b1775e] (20.9 kB) by ingo

fixed array acess

2020-04-13 13:57:38 View
Download
[086a2a] (20.9 kB) by ingo

cleaned function definitions and their parameters

2020-04-13 13:50:28 View
Download
[1f6122] (20.4 kB) by ingo

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

2020-04-12 23:40:05 View
Download
[59dcf6] (20.4 kB) by ingo

fixed symbol handling bug
implemented all jump statements

2020-04-12 23:23:40 View
Download
[f6e191] (19.6 kB) by ingo

corrected declaration of functions

2020-04-12 23:20:53 View
Download
[f15b2a] (19.6 kB) by ingo

fixed type modofier mapping for types in structures

2020-03-29 12:44:01 View
Download
[7e489a] (19.4 kB) by ingo

slight improvement of the type modifiers

2020-03-28 20:06:51 View
Download
[8e3d7b] (19.3 kB) by ingo

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

2020-03-27 17:58:50 View
Download
[aff3bf] (18.0 kB) by ingo

support unnamed structs or unions

2020-03-16 14:43:09 View
Download
[bdceba] (17.8 kB) by ingo

support nested structs and unions

2020-03-16 14:30:38 View
Download
[77aa95] (16.8 kB) by ingo

basic support for simple structs

2020-03-14 22:13:22 View
Download
[1bb915] (16.5 kB) by ingo

finalized support for switch / case

2020-03-08 07:21:18 View
Download
[bed709] (16.5 kB) by ingo

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

2020-03-05 19:35:43 View
Download
[a3652e] (None) by ingo

support for i++, not only ++i

2020-03-01 15:11:29 View
Download
[c307d5] (None) by ingo

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

2020-03-01 05:41:27 View
Download
Older >