Adding documentation for classical.rs, modifying compute_step with pointers
This commit is contained in:
@ -55,7 +55,7 @@ CTX_process: RSprocess<'input> = {
|
||||
next_process: Box::new(k)},
|
||||
"nil" => RSprocess::Nill,
|
||||
<identifier: Literal> =>
|
||||
RSprocess::ConstantIdentifier{ identifier: identifier }
|
||||
RSprocess::ConstantIdentifier{ identifier }
|
||||
};
|
||||
|
||||
// ----- EnvironmentParser -----
|
||||
|
||||
Reference in New Issue
Block a user