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

Update ReadMe.md #3534

Open
wants to merge 1 commit into
base: MCP/0031
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions RationaleMCP/0031/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ From the use cases above, some implicit requirements follow:
## Roadmap
Due to the large size of this MCP, it has been necessary to break it down into smaller subtopics. Some of these may will be complicated enough to require their own discussion threads (in the form of pull requeststs to the MCP branch), while other may be resolved more easily during meetings and be implemented directly on the MCP branch.

When reading the proposal for the first time, it is suggested to start from the [grammar](grammar.md), which starts from the Modelica language grammar and shows clearly what was removed from it and what was added to it. Then, the [differences](differences.md) document describes the semantical differences between Base Modelica and Modelica that are not immediately obvious from the grammar. The other .md files in this proposal get deeper into specific technical issues.

### Base Modelica 0.1 (this MCP)
These are subtopics that are considered necessary to resolve for a first version of Base Modelica. By keeping this list short, increase chances of ever getting to the release of a first version.
- [x] Base Modelica identifier naming scheme.
Expand Down