Skip to content

Commit

Permalink
Исправление недочетов
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasya34 committed Mar 5, 2018
1 parent 6d0a2a3 commit 0c90f23
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/compiler/HighLevelRASL.sref
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ $ENTRY HighLevelRASL {
<Map
{
(#Function s.ScopeClass (e.Name) #Sentences e.Sentences) =
<Map
{
((e.Pattern) e.Conditions (e.Result))
= <Map
{
(#Condition (e.Name) (e.Result^) (e.Pattern^))
= (#CmdEnum #GN-Local e.Name);
}
e.Conditions
>;
}
e.Sentences
>
<HighLevelRASL-Function
<GenSentenceFunc s.Joint>
<GenResultFuncs s.OptResult>
Expand Down

0 comments on commit 0c90f23

Please sign in to comment.