Replacing giant translator structure with lots of small structures

This commit is contained in:
elvis
2025-07-02 10:37:29 +02:00
parent 2e16e2b002
commit f3ba949b82
5 changed files with 135 additions and 189 deletions

View File

@ -186,7 +186,7 @@ impl Default for RSreaction {
pub enum RSprocess {
Nill,
RecursiveIdentifier {
identifier: IdType,
identifier: IdType,
},
EntitySet {
entities: RSset,
@ -482,7 +482,7 @@ impl Default for RSsystem {
}
// -----------------------------------------------------------------------------
// RSsystem
// RSlabel
// -----------------------------------------------------------------------------
#[derive(Clone, Debug)]
pub struct RSlabel {