NickelEval.jl

Julia FFI bindings for Nickel configuration language
Log | Files | Refs | README | LICENSE

simple.ncl (94B)


      1 # Simple test fixture for NickelJL
      2 {
      3   name = "test",
      4   value = 42,
      5   computed = value * 2,
      6 }