mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
make decl_pair evaluatable to righthand value
This commit is contained in:
@@ -1100,7 +1100,6 @@ const decl_pair = if_ok(
|
||||
return {
|
||||
...node,
|
||||
type: 'decl_pair',
|
||||
not_evaluatable: true,
|
||||
children: [lefthand, expr],
|
||||
}
|
||||
}
|
||||
@@ -1140,7 +1139,6 @@ const simple_decl_pair = if_ok(
|
||||
return {
|
||||
...node,
|
||||
type: 'decl_pair',
|
||||
not_evaluatable: true,
|
||||
children: [lefthand, expr],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user