mewmew / uc

A compiler for the µC language.
58 stars 5 forks source link

Ignore preprocess directives #78

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

The quiet/rtl/r06.c test case contains an #include preprocess directive. While future versions of uC may include extended support for preprocess directives, the scope of the current release of uC does not include preprocess support.

For now, lets ignore preprocess directives by treating them as line comments.

mewmew commented 8 years ago

Preprocess directives are treated as line comments as of commit 3da0c0e. In the future, we should consider implementing proper support for preprocess directives. Closing this issue for now, while marking it as a future ambition.