mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 08:19:12 +02:00
Some fixes for the new evaluator
This commit is contained in:
@ -17,6 +17,7 @@ Command: ParsedCommand = {
|
||||
Leaf: Expression = {
|
||||
<String> => Expression::Leaf(Leaf::String(<>)),
|
||||
<Num> => Expression::Leaf(Leaf::Int(<>)),
|
||||
<Size> => Expression::Leaf(Leaf::Int(<>)),
|
||||
<Variable> => Expression::VariableReference(<>),
|
||||
}
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user