Skip to content

Commit 82095ec

Browse files
Update Readme.md
1 parent 3ca8b08 commit 82095ec

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,18 @@ Just use this patch (if not already merged - it increases speed by 2x (not a jok
1717
You need to check - I've recently disabled verbose logging (if you fancy to see the output)
1818

1919
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

Comments
 (0)