cbLang icon indicating copy to clipboard operation
cbLang copied to clipboard

A programming language made in Python

Results 8 cbLang issues
Sort by recently updated
recently updated
newest added

A command like: ``` cbLang test.cb test ``` should return something like "test" to the sys.argv thing right? Well. **NO!** It does not. And that's a major bug. Meaning any...

Hey! I love the idea of having Python with more C-like syntax. For now, though, cbLang only supports curly brackets on another line as you'd do in C/C++/C# and doesn't...

Correct me if I'm wrong, but I don't believe this is a coding language but instead something that translates from your syntax to Python. Is that correct?

Added a .sh file for *nix users

Add a check if the os is win32, then use the exe extension, else don't use any extension

Basically allowing us to use pyinstaller arguments when compiling.