Skip to content

Commit

Permalink
Lang: Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Atlas committed Oct 26, 2023
1 parent 1a64bdd commit e470ad3
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions lang.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Atoms
- Num/Str/Bool/List
Basic Operators
- Precedence
- Concat
Lambdas
- invocation syntax
- invoke Lambdas in lists

Attrsets
- implicit flatenning
- //
- rec
- inherit with ()
- ?
- or

Attrset taking lambdas
- ...
- defaults
- @

let
- with

Splicing Strings '' ''
- ${}
- ''$
- '''
- whitespace elimination

File Literals

import

builtins
- Noogle

nixpkgs.lib

0 comments on commit e470ad3

Please sign in to comment.