mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
Add comparison operators ‘<’, ‘<=’, ‘>’ and ‘>=’
This commit is contained in:
parent
47701677e8
commit
3d77b28eac
4 changed files with 31 additions and 1 deletions
|
|
@ -101,6 +101,8 @@ or { return OR_KW; }
|
|||
|
||||
\=\= { return EQ; }
|
||||
\!\= { return NEQ; }
|
||||
\<\= { return LEQ; }
|
||||
\>\= { return GEQ; }
|
||||
\&\& { return AND; }
|
||||
\|\| { return OR; }
|
||||
\-\> { return IMPL; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue