deiko-config icon indicating copy to clipboard operation
deiko-config copied to clipboard

A small configuration library written in Haskell

Results 6 deiko-config issues
Sort by recently updated
recently updated
newest added

Following up #10 . Giving this configuration: ``` foo { port: 1234 addr: localhost baz { test = "hello" } } ``` produces this AST: ``` fromList [("foo",AST {astExpr =...

Definition like this should be prohibited ``` foo = ${bar} bar = ${foo} ```

enhancement