-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add example workspace #44
Conversation
example_workspace/tutorial.hlasm
Outdated
* STATEMENTS | ||
* Source code is divided into statements | ||
* Each statement constists of: | ||
* - label/name (optional, yellow) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
label is not always optional. I would get rid of optional and mandatory field info at all.
example_workspace/tutorial.hlasm
Outdated
* processor group P1 is assigned to this file (tutorial) | ||
* P1 has 2 library folders - libs and libs2 - their files may be used | ||
|
||
* MAC2 is defined in libs/mac2 and is invoked by inserting its name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inserting? writing
example_workspace/factorial.hlasm
Outdated
@@ -0,0 +1,35 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why empty lines?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also please make all symbols upper case
Co-authored-by: Adam Šmelko <[email protected]>
…e4z-lsp-for-hlasm into example_workspace
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, thats epic
🎉 This PR is included in version 0.12.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Co-authored-by: Adam Šmelko <[email protected]>
No description provided.