bitloops-language
bitloops-language copied to clipboard
Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don...
### Subject of the issue `this` has limitations of usage inside the constructor. See an example below: ### Steps to reproduce If anyone types this in bl: ``` ValueObject TitleVO...
### Subject of the issue Change if checks inside useCase's execute method body. ### Expected behaviour ### Actual behaviour  ### Suggested solutions? Expression should be reversed, and then-else bodies...
This will help us a lot in the semantics validation part (e.g. type mismatches). It will also help in some model to model checking stuff (e.g. return ok, error according...
When running the CLI, if the setup.bl file is not found, the output on the console is very user unfriendly. The code should be caught properly and user friendly feedback...
### Subject of the issue AutoGraphQL not being generated