1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 16:18:08 +03:00
nickel/core
suimong 20ae8e4bdf
Implement curried dot operator (#1578)
* display icon for nickel file in vscode explorer

* implemented with DynAccess.

* added tests.

* Update grammar.lalrpop

move implementation inside CurriedOp

---------

Co-authored-by: Ben Yang <ben@ya.ng>
2023-09-06 07:43:04 +00:00
..
benches Format benches as well using Topiary (#1423) 2023-06-30 15:50:04 +00:00
src Implement curried dot operator (#1578) 2023-09-06 07:43:04 +00:00
stdlib Fix typo in std.record.remove documentation (#1513) 2023-08-08 14:35:49 +00:00
tests Implement curried dot operator (#1578) 2023-09-06 07:43:04 +00:00
build.rs Rename and move workspace crates (#1399) 2023-06-26 16:58:40 +00:00
Cargo.toml Use std:io::IsTerminal instead of atty (#1540) 2023-08-23 15:20:19 +00:00