Commit Graph

34 Commits (main)

Author SHA1 Message Date
trivernis 1ce3c2a848
Add the missing print command 2 months ago
trivernis 5656207624
Update to latest nu version 2 months ago
trivernis efbb7d9d1b
Mark parse errors as related errors 12 months ago
trivernis 949e270e39
Upgrade nu version 12 months ago
trivernis 9f259878dd
Update command groups with new and deprecated commands 1 year ago
trivernis cddda175eb
Re-export nu parser 1 year ago
trivernis 1e7c71095d
Add set_var to context
Closes #2
1 year ago
trivernis 05aadacb2f
Re-export nu_engine 1 year ago
trivernis a2bb990593
Add system command bindings for systems that are neither windows now unix 1 year ago
trivernis 7dbdd7f645
Fix build errors on windows caused by os specific commands 1 year ago
trivernis 5eae7422af
Add error code and help 1 year ago
trivernis 916dfa0f8d
Add Diagnostic implementation for crate error 1 year ago
trivernis 19c0094d4d
Update nu 1 year ago
trivernis cf9086e4e1
Update nu version 1 year ago
trivernis 691f91efdf
Fix mutability of get_var 1 year ago
trivernis 39f3b9b8df
Add a function to read variables from the nu executor state 1 year ago
trivernis bdaedca75b
Export ValueIntoExpression 2 years ago
trivernis 9932f1e8ac
Expose RustyIntoValue trait 2 years ago
trivernis 875295f0f4
Add support for adding custom commands to the engine 2 years ago
trivernis aac17a0226
Change how rusty value is re-exported and used 2 years ago
trivernis d954c06d21
Reexport nu protocol value 2 years ago
trivernis 3f16466b3a
Fix RawValue having only private fields 2 years ago
trivernis 004392531d
Expose IntoExpression 2 years ago
trivernis 30a7d92f7e
Expose IntoArgument 2 years ago
trivernis ff65fef3d8
Update rusty_value and change handling of newtypes 2 years ago
trivernis f2b76b3b3f
Update rusty-value
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 074005f503
Add doc comments and cargo metadata 2 years ago
trivernis b91f7c5520
Fix expression builder for maps 2 years ago
trivernis 895945fb78
Add IntoArgment trait to pass arguments directly without wrapping them 2 years ago
trivernis ca5057ea04
Add eval and argument implementation
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis 247550ac4e
Rename builder to context builder and add context to eval scripts 2 years ago
trivernis 06f64abb18
Add rusty-value serialization support for nu values 2 years ago
trivernis 7c2545d593
Add environment variable and variable functions to builder 2 years ago
trivernis 830e90761e
Add state builder with command state
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago