You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,18 @@ Just use this patch (if not already merged - it increases speed by 2x (not a jok
17
17
You need to check - I've recently disabled verbose logging (if you fancy to see the output)
18
18
19
19
I may post info here - https://cparser2.blogspot.com
20
+
21
+
22
+
Backend - compile and run regularc from here - https://github.com/AnFunctionArray/cllvmbackend
23
+
24
+
Backend doesn't support variable initializations.
25
+
26
+
Void must be typedefed (I don't like it).
27
+
28
+
Function overriding is somewhat supported (because of needs)
29
+
30
+
Variadaic arguments are something that I've not even came to imlement (although the ... is parsed (and also void as single keyword meaning no parameters))
31
+
32
+
Each thread generates its own IR file.
33
+
34
+
Tested on huge 8.5 MB files - if there is an error check the right number - it's offset in the file being parsed.
0 commit comments