Fixing Freq, now main functions

This commit is contained in:
elvis
2025-07-02 07:30:05 +02:00
parent eba5d1266d
commit 2e16e2b002
6 changed files with 23 additions and 14 deletions

View File

@ -95,7 +95,7 @@ CTX_process: RSprocess = {
RSprocess::WaitEntity{ repeat: n,
repeated_process: Rc::new(k1),
next_process: Rc::new(k) },
"nil" => RSprocess::Nill,
"nill" => RSprocess::Nill,
<identifier: Literal> =>
RSprocess::RecursiveIdentifier{
identifier: translator.encode(identifier)