Skip to content

Technical Specification

Robertus Johansyah edited this page Jun 4, 2018 · 1 revision

For every application, to have configuration is such fundamental important requirement, it is making sense to allow conff to be exist almost in every language. Here is protocol and technical specification to define conff, then from this spec, the programming language can be built from:

Class: Parse

  • init
    • names
    • fns
    • params
  • parse
    • accept any data type
  • load
    • path
    • include_paths
    • format

fns (build-in)

  • F.extend
  • F.update
  • F.template
  • ...

Clone this wiki locally