Skip to content

potors/cup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cup

A configuration file spec/impl

# this is a comment

integer = 4
float = 5.2
really_big_number = 2_000_000_000.000_462_234_119

some_string = "goofy ahh config"

arrays = [true, true, true, false]

employee = {
    user = "potors"
    age = 0x11
    admin = no
}

really_big_number = null # unset really_big_number

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages