Skip to content
AnFunctionArray edited this page May 19, 2023 · 3 revisions

General info:

Backend doesn't support variable initializations.

Void must be typedefed (I don't like it).

Function overloading is somewhat supported (because of needs)

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))

Each thread generates its own IR file.

Tested on huge 8.5 MB files - if there is an error check the right number - it's offset in the file being parsed.

It does support Nested structures (and even unions - although that's debatable recently - but considering I've other huge problems in the backend not a priority right now).

Clone this wiki locally