bcc icon indicating copy to clipboard operation
bcc copied to clipboard

ACS/ACS95/BCS compiler

Results 6 bcc issues
Sort by recently updated
recently updated
newest added

Added CMAKELISTS.txt so that you can build this project with CMAKE. I've left the rest of the build chain untouched, so you can build the normal way, or using CMake,...

Not sure if I explained that right, but basically, if a function that takes an array reference isn't used anywhere, the compiler will error out with this: "internal error: asked...

Is this a hard limit or is there a way around it? Would be helpful if it was something on BCC's end.

I noticed const keyword isn't allowed. Are there any plans for inclusion of this?

Hi, when I tried to build `bcc`, I got the following error: ``` src/parse/dec.c: In function ‘read_func’: src/parse/dec.c:1963:41: error: logical not is only applied to the left hand side of...

I see that I cannot declare arguments for a script to accept struct references like I can for functions. Can this ever be a feature?