Replacing giant translator structure with lots of small structures
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user