lcc
lcc copied to clipboard
Add README blurb regarding C89
Regards #47.
The issue was raised that LCC does not make it obvious that it is a C89 compiler. This occasionally causes problems for developers; for example, the movfuscator project uses LCC and has to warn its users to not attempt to use C99+ code. To make it clearer to developers, the README should state that LCC works only with C89.
This is not a resolution of the issue; being able to change the input target to C99 would be wonderful. However, it is a necessary change for now.