DCPUB icon indicating copy to clipboard operation
DCPUB copied to clipboard

C-like language compiled to DCPU assembly

Results 3 DCPUB issues
Sort by recently updated
recently updated
newest added

Apparently there is a null exception when trying to define a string as `local message = "Hello DCPU-16";` Is there a way to define a string constant?

Would be a good idea put a link to [guide-to-b](https://github.com/Blecki/DCPUB/blob/master/Binaries/techcompliant/guide-to-b.b) on README file, so when a newbie comes here and try to learn DCPUB lang, would be easy to find...

Fixing the parsing of logical operators meant removing an optimization on conditionals. Must be re-applied using a different method.