-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello MontiCore Team,
Thank you for the parser and validation. Currently, I cannot get sysml v2 that has imports to pass validation
package MyLibrary {
import ScalarValues::*;
package SubPackage {
part def PartName {
attribute a:Integer;
attribute b:Integer;
}
}
}
results in
[WARN] Defining symbol for Integer was not set.
[WARN] Defining symbol for Integer was not set.
- can the parser resolve imports and check for the symbols?
- can I get the parser to use the standard library?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels