/Makefile Commit Log


Commit Date  
[ebd1a4] (1.6 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] (1.6 kB) by ingo

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

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

added wasm artifact

2020-06-30 06:43:34 View
Download
[156261] (1.5 kB) by ingo

added build target to build an html and a WASM file.

2020-06-28 19:46:10 View
Download
[212bda] (1.4 kB) by ingo

added test rule for easy preprocessing of legacy c code

2020-04-12 23:54:24 View
Download
[59dcf6] (993 Bytes) by ingo

fixed symbol handling bug
implemented all jump statements

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

corrected declaration of functions

2020-04-12 23:20:53 View
Download
[77aa95] (990 Bytes) by ingo

basic support for simple structs

2020-03-14 22:13:22 View
Download
[76d036] (980 Bytes) by ingo

added debug parameter to make file

2020-03-08 07:49:39 View
Download
[bed709] (819 Bytes) by ingo

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

2020-03-05 19:35:43 View
Download
[c307d5] (846 Bytes) by ingo

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

2020-03-01 05:41:27 View
Download
[501682] (615 Bytes) by ingo

improved unit test
support while loop
support function declaration

2020-02-27 23:04:05 View
Download
[b8cc5d] (439 Bytes) by ingo

implemented first unit test
finished basic types and arrays

2020-02-26 21:39:02 View
Download
[be92a4] (186 Bytes) by ingo

first proof-of-concept for c to iec transpiler

2020-02-23 09:31:59 View
Download