Skip to content
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

Fix BankAccount example #1

Open
AlexanderKnueppel opened this issue Jan 25, 2023 · 0 comments
Open

Fix BankAccount example #1

AlexanderKnueppel opened this issue Jan 25, 2023 · 0 comments

Comments

@AlexanderKnueppel
Copy link
Contributor

AlexanderKnueppel commented Jan 25, 2023

The BankAccount example is only partially implemented right now. To get a feeling, how ArchiCorC is supposed to work, I would suggest to fix the BankAccount example by hand (i.e., manually) first. This is because there are other issues involved (e.g., missing code generation and incomplete grammar specification):

Screenshots:
image
image

What is to do?

  • Fix grammar checker (see issue Grammar rework #2 ) and specify the interfaces according to "Scaling CbC paper" and classic bankAccount jml example.
  • Write the to-be-generated code by hand. The code generator is currently not implemented. (see Implement Code Generation #4 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant