ForNeVeR / Cesium

C compiler for the CLI platform
MIT License
382 stars 42 forks source link

Add parsing of function specifiers #705

Closed kant2002 closed 2 weeks ago

kant2002 commented 2 weeks ago

They are harless in a sense that we can not even implement them. Inline can be taken care by JIT, and _Noreturn would be handled later, since it requrie control flow analysys which we are barely have and don't have expertise at all.

Related #211 Closes #706