Introduce support for Lustre boolean expressions. Refs #267.#268
Merged
ivanperez-keera merged 6 commits intonasa:developfrom Mar 22, 2025
Merged
Introduce support for Lustre boolean expressions. Refs #267.#268ivanperez-keera merged 6 commits intonasa:developfrom
ivanperez-keera merged 6 commits intonasa:developfrom
Conversation
…. Refs nasa#267. There is a need for Ogma to be able to parse Lustre expressions. Allowing for Lustre would increase the versatility of Ogma, and would allow engineers to use languages they may be familiar with and leverage Ogma's capabilities. This commit renames the ogma-language-cocospec, which uses the same syntax (with specific temporal logic operators), to ogma-language-lustre, replacing all references and filenames accordingly.
…ge. Refs nasa#267. There is a need for Ogma to be able to parse Lustre expressions. Allowing for Lustre would increase the versatility of Ogma, and would allow engineers to use languages they may be familiar with and leverage Ogma's capabilities. A prior commit has introduced a package ogma-language-lustre that substitutes an existing package in the codebase. This commit replaces all occurrences of the package by the old name, as well as all pertinent filenames and expression formats, to use the name Lustre or lustre instead, as applicable.
…e. Refs nasa#267. There is a need for Ogma to be able to parse Lustre expressions. Allowing for Lustre would increase the versatility of Ogma, and would allow engineers to use languages they may be familiar with and leverage Ogma's capabilities. A prior commit has introduced a package ogma-language-lustre that substitutes an existing package in the codebase. This commit replaces all occurrences of the package by the old name, as well as all pertinent filenames and expression formats, to use the name Lustre or lustre instead, as applicable.
Member
Author
|
Change Manager: Verified that:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit renames an existing package that already supports some of the Lustre syntax to use the name
lustrein the package name, and adjusts imports, filenames, and other references across the codebase to use the nameLustreorlustre, as applicable, instead, as prescribed in the solution proposed for #267.